Html Css Color HEX #074478 Dark Cerulean

📋 copy color: '#074478'

red 7 ◦ green 68 ◦ blue 120

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

Shades of Dark Cerulean #074478

Tints of Dark Cerulean #074478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

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

R = 3.59%
G = 34.87%
B = 61.54%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#074478 (or 0x074478) is known color: Dark Cerulean. HEX triplet: 07, 44 and 78. RGB value is (7,68,120). Sum of RGB (Red+Green+Blue) = 7+68+120=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #074478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074478 is #F8BB87. Grayscale: #373737. Windows color (decimal): -16300936 or 7881735. OLE color: 7881735.

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

Color convert

RGB 7 68 120 -
CMYK 0.94 0.43 0 0.53
HSL 207.61º 0.89% 0.25% -
HSV(B) 207.61º 0.94% 0.47% -
XYZ 5.54 5.54 18.55 -
YUV 55.69 164.29 93.27 -
System Red Green Blue C M Y K H S L
Decimal 7 68 120 0.94 0.43 0 0.53 207.61 0.89 0.25
Hex 7 44 78 5E 2B 0 35 D0 59 19
Octal 7 104 170 136 53 0 65 320 131 31
Binary 111 1000100 1111000 1011110 101011 0 110101 11010000 1011001 11001

Color Harmonies of #074478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074478

Black with #074478

Text Example


Text Example

White with #074478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074478; }

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

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

background-color css

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

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

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

border-color css

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

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

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