Html Css Color HEX #074C78 Dark Cerulean

📋 copy color: '#074C78'

red 7 ◦ green 76 ◦ blue 120

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

Shades of Dark Cerulean #074C78

Tints of Dark Cerulean #074C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.44%

 BLUE value IS 120 (47.27% from 255) = 59.11%

R = 3.45%
G = 37.44%
B = 59.11%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#074C78 (or 0x074C78) is known color: Dark Cerulean. HEX triplet: 07, 4C and 78. RGB value is (7,76,120). Sum of RGB (Red+Green+Blue) = 7+76+120=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #074C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C78 is #F8B387. Grayscale: #3C3C3C. Windows color (decimal): -16298888 or 7883783. OLE color: 7883783.

HSL color Cylindrical-coordinate representation of color #074C78: hue angle of 203.36º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074C78 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 76 120 -
CMYK 0.94 0.37 0 0.53
HSL 203.36º 0.89% 0.25% -
HSV(B) 203.36º 0.94% 0.47% -
XYZ 6.06 6.57 18.72 -
YUV 60.39 161.64 89.92 -
System Red Green Blue C M Y K H S L
Decimal 7 76 120 0.94 0.37 0 0.53 203.36 0.89 0.25
Hex 7 4C 78 5E 25 0 35 CB 59 19
Octal 7 114 170 136 45 0 65 313 131 31
Binary 111 1001100 1111000 1011110 100101 0 110101 11001011 1011001 11001

Color Harmonies of #074C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C78

Black with #074C78

Text Example


Text Example

White with #074C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074C78; }

 p { color: rgb(7,76,120); }

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

background-color css

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

 a { background-color: rgb(7,76,120); }

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

border-color css

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

 span { border-color: rgb(7,76,120); }

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