Html Css Color HEX #047096 Cerulean

📋 copy color: '#047096'

red 4 ◦ green 112 ◦ blue 150

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

Shades of Cerulean #047096

Tints of Cerulean #047096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.11%

 BLUE value IS 150 (58.98% from 255) = 56.39%

R = 1.5%
G = 42.11%
B = 56.39%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#047096 (or 0x047096) is known color: Cerulean. HEX triplet: 04, 70 and 96. RGB value is (4,112,150). Sum of RGB (Red+Green+Blue) = 4+112+150=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #047096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047096 is #FB8F69. Grayscale: #535353. Windows color (decimal): -16486250 or 9859076. OLE color: 9859076.

HSL color Cylindrical-coordinate representation of color #047096: hue angle of 195.62º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047096 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 112 150 -
CMYK 0.97 0.25 0 0.41
HSL 195.62º 0.95% 0.3% -
HSV(B) 195.62º 0.97% 0.59% -
XYZ 11.35 13.82 30.92 -
YUV 84.04 165.22 70.91 -
System Red Green Blue C M Y K H S L
Decimal 4 112 150 0.97 0.25 0 0.41 195.62 0.95 0.3
Hex 4 70 96 61 19 0 29 C4 5F 1E
Octal 4 160 226 141 31 0 51 304 137 36
Binary 100 1110000 10010110 1100001 11001 0 101001 11000100 1011111 11110

Color Harmonies of #047096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047096

Black with #047096

Text Example


Text Example

White with #047096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047096; }

 p { color: rgb(4,112,150); }

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

background-color css

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

 a { background-color: rgb(4,112,150); }

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

border-color css

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

 span { border-color: rgb(4,112,150); }

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