Html Css Color HEX #037FAA Cerulean

📋 copy color: '#037FAA'

red 3 ◦ green 127 ◦ blue 170

#037FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #037FAA

Tints of Cerulean #037FAA

RGB

 RED value IS 3 (1.56% from 255) = 1%

 GREEN value IS 127 (50% from 255) = 42.33%

 BLUE value IS 170 (66.8% from 255) = 56.67%

R = 1%
G = 42.33%
B = 56.67%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#037FAA (or 0x037FAA) is known color: Cerulean. HEX triplet: 03, 7F and AA. RGB value is (3,127,170). Sum of RGB (Red+Green+Blue) = 3+127+170=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #037FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #037FAA is #FC8055. Grayscale: #5E5E5E. Windows color (decimal): -16547926 or 11173635. OLE color: 11173635.

HSL color Cylindrical-coordinate representation of color #037FAA: hue angle of 195.45º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037FAA is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 127 170 -
CMYK 0.98 0.25 0 0.33
HSL 195.45º 0.97% 0.34% -
HSV(B) 195.45º 0.98% 0.67% -
XYZ 14.88 18.1 40.74 -
YUV 94.83 170.42 62.5 -
System Red Green Blue C M Y K H S L
Decimal 3 127 170 0.98 0.25 0 0.33 195.45 0.97 0.34
Hex 3 7F AA 62 19 0 21 C3 61 22
Octal 3 177 252 142 31 0 41 303 141 42
Binary 11 1111111 10101010 1100010 11001 0 100001 11000011 1100001 100010

Color Harmonies of #037FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037FAA

Black with #037FAA

Text Example


Text Example

White with #037FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #037FAA;
 }
 .AnyTagClassName
 {
   color: #037FAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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