Html Css Color HEX #07476F Dark Cerulean

📋 copy color: '#07476F'

red 7 ◦ green 71 ◦ blue 111

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

Shades of Dark Cerulean #07476F

Tints of Dark Cerulean #07476F

RGB

 RED value IS 7 (3.13% from 255) = 3.7%

 GREEN value IS 71 (28.13% from 255) = 37.57%

 BLUE value IS 111 (43.75% from 255) = 58.73%

R = 3.7%
G = 37.57%
B = 58.73%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#07476F (or 0x07476F) is known color: Dark Cerulean. HEX triplet: 07, 47 and 6F. RGB value is (7,71,111). Sum of RGB (Red+Green+Blue) = 7+71+111=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #07476F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07476F is #F8B890. Grayscale: #383838. Windows color (decimal): -16300177 or 7292679. OLE color: 7292679.

HSL color Cylindrical-coordinate representation of color #07476F: hue angle of 203.08º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07476F is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 71 111 -
CMYK 0.94 0.36 0 0.56
HSL 203.08º 0.88% 0.23% -
HSV(B) 203.08º 0.94% 0.44% -
XYZ 5.21 5.7 15.86 -
YUV 56.42 158.8 92.75 -
System Red Green Blue C M Y K H S L
Decimal 7 71 111 0.94 0.36 0 0.56 203.08 0.88 0.23
Hex 7 47 6F 5E 24 0 38 CB 58 17
Octal 7 107 157 136 44 0 70 313 130 27
Binary 111 1000111 1101111 1011110 100100 0 111000 11001011 1011000 10111

Color Harmonies of #07476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07476F

Black with #07476F

Text Example


Text Example

White with #07476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07476F; }

 p { color: rgb(7,71,111); }

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

background-color css

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

 a { background-color: rgb(7,71,111); }

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

border-color css

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

 span { border-color: rgb(7,71,111); }

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