#037FA1

Color #037FA1 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #037FA1

Tints of Cerulean #037FA1

Color information

#037FA1 (or 0x037FA1) is unknown color: approx Cerulean. HEX triplet: 03, 7F and A1. RGB value is (3,127,161). Sum of RGB (Red+Green+Blue) = 3+127+161=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 161 (63.28% from 255 or 55.33% from 291); Max value from RGB is 161 - color contains mainly: blue. Hex color #037FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037FA1 is #FC805E. Grayscale: #5D5D5D. Windows color (decimal): -16547935 or 10583811. OLE color: 10583811.

HSL color Cylindrical-coordinate representation of color #037FA1: hue angle of 192.91º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037FA1 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3127161-
CMYK0.980.2100.37
HSL192.91º96.34%32.16%-
HSV(B)192.91º98.14%63.14%-
XYZ14.0617.7736.41-
YUV93.8165.9263.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.03%
GREEN value IS 127 (50% from 255) = 43.64%
BLUE value IS 161 (63.28% from 255) = 55.33%
R=1.03%
G=43.64%
B=55.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal31271610.980.2100.37192.9196.3432.16
Hex37FA16215025c16020
Octal31772411422504530114040
Binary111111111101000011100010101010100101110000011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037FA1; }

 p { color: rgb(3,127,161); }

 H1.HeaderClassName
 {
   color: #037FA1;
 }
 .AnyTagClassName
 {
   color: #037FA1;
 }
</style>
background-color css

<style>
 a { background-color: #037FA1; }

 a { background-color: rgb(3,127,161); }

 div.DivClassName
 {
   background-color: #037FA1;
 }
 .BgClassName
 {
   background-color: #037FA1;
 }
</style>
border-color css

<style>
 span { border-color: #037FA1; }

 span { border-color: rgb(3,127,161); }

 td.TdClassName
 {
   border-color: #037FA1;
 }
 .TagClassName
 {
   border-color: #037FA1;
 }
</style>