Html Css Color HEX #047BAA Cerulean

📋 copy color: '#047BAA'

red 4 ◦ green 123 ◦ blue 170

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

Shades of Cerulean #047BAA

Tints of Cerulean #047BAA

RGB

 RED value IS 4 (1.95% from 255) = 1.35%

 GREEN value IS 123 (48.44% from 255) = 41.41%

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

R = 1.35%
G = 41.41%
B = 57.24%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#047BAA (or 0x047BAA) is known color: Cerulean. HEX triplet: 04, 7B and AA. RGB value is (4,123,170). Sum of RGB (Red+Green+Blue) = 4+123+170=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #047BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047BAA is #FB8455. Grayscale: #5C5C5C. Windows color (decimal): -16483414 or 11172612. OLE color: 11172612.

HSL color Cylindrical-coordinate representation of color #047BAA: hue angle of 196.99º degrees, saturation: 0.95, 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 #047BAA is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 123 170 -
CMYK 0.98 0.28 0 0.33
HSL 196.99º 0.95% 0.34% -
HSV(B) 196.99º 0.98% 0.67% -
XYZ 14.39 17.09 40.57 -
YUV 92.78 171.58 64.68 -
System Red Green Blue C M Y K H S L
Decimal 4 123 170 0.98 0.28 0 0.33 196.99 0.95 0.34
Hex 4 7B AA 62 1C 0 21 C5 5F 22
Octal 4 173 252 142 34 0 41 305 137 42
Binary 100 1111011 10101010 1100010 11100 0 100001 11000101 1011111 100010

Color Harmonies of #047BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047BAA

Black with #047BAA

Text Example


Text Example

White with #047BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047BAA; }

 p { color: rgb(4,123,170); }

 H1.HeaderClassName
 {
   color: #047BAA;
 }
 .AnyTagClassName
 {
   color: #047BAA;
 }
</style>

background-color css

<style>
 a { background-color: #047BAA; }

 a { background-color: rgb(4,123,170); }

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

border-color css

<style>
 span { border-color: #047BAA; }

 span { border-color: rgb(4,123,170); }

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