Html Css Color HEX #074178 Dark Cerulean

📋 copy color: '#074178'

red 7 ◦ green 65 ◦ blue 120

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

Shades of Dark Cerulean #074178

Tints of Dark Cerulean #074178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.85%

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

R = 3.65%
G = 33.85%
B = 62.5%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#074178 (or 0x074178) is known color: Dark Cerulean. HEX triplet: 07, 41 and 78. RGB value is (7,65,120). Sum of RGB (Red+Green+Blue) = 7+65+120=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #074178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074178 is #F8BE87. Grayscale: #353535. Windows color (decimal): -16301704 or 7880967. OLE color: 7880967.

HSL color Cylindrical-coordinate representation of color #074178: hue angle of 209.2º 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 #074178 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 65 120 -
CMYK 0.94 0.46 0 0.53
HSL 209.2º 0.89% 0.25% -
HSV(B) 209.2º 0.94% 0.47% -
XYZ 5.37 5.18 18.49 -
YUV 53.93 165.28 94.53 -
System Red Green Blue C M Y K H S L
Decimal 7 65 120 0.94 0.46 0 0.53 209.2 0.89 0.25
Hex 7 41 78 5E 2E 0 35 D1 59 19
Octal 7 101 170 136 56 0 65 321 131 31
Binary 111 1000001 1111000 1011110 101110 0 110101 11010001 1011001 11001

Color Harmonies of #074178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074178

Black with #074178

Text Example


Text Example

White with #074178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074178; }

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

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

background-color css

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

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

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

border-color css

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

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

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