Html Css Color HEX #074674 Dark Cerulean

📋 copy color: '#074674'

red 7 ◦ green 70 ◦ blue 116

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

Shades of Dark Cerulean #074674

Tints of Dark Cerulean #074674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

 BLUE value IS 116 (45.7% from 255) = 60.1%

R = 3.63%
G = 36.27%
B = 60.1%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#074674 (or 0x074674) is known color: Dark Cerulean. HEX triplet: 07, 46 and 74. RGB value is (7,70,116). Sum of RGB (Red+Green+Blue) = 7+70+116=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #074674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074674 is #F8B98B. Grayscale: #383838. Windows color (decimal): -16300428 or 7620103. OLE color: 7620103.

HSL color Cylindrical-coordinate representation of color #074674: hue angle of 205.32º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074674 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 70 116 -
CMYK 0.94 0.40 0 0.55
HSL 205.32º 0.89% 0.24% -
HSV(B) 205.32º 0.94% 0.45% -
XYZ 5.43 5.69 17.33 -
YUV 56.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 7 70 116 0.94 0.40 0 0.55 205.32 0.89 0.24
Hex 7 46 74 5E 28 0 37 CD 59 18
Octal 7 106 164 136 50 0 67 315 131 30
Binary 111 1000110 1110100 1011110 101000 0 110111 11001101 1011001 11000

Color Harmonies of #074674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074674

Black with #074674

Text Example


Text Example

White with #074674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074674; }

 p { color: rgb(7,70,116); }

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

background-color css

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

 a { background-color: rgb(7,70,116); }

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

border-color css

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

 span { border-color: rgb(7,70,116); }

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