Html Css Color HEX #074870 Dark Cerulean

📋 copy color: '#074870'

red 7 ◦ green 72 ◦ blue 112

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

Shades of Dark Cerulean #074870

Tints of Dark Cerulean #074870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

 BLUE value IS 112 (44.14% from 255) = 58.64%

R = 3.66%
G = 37.7%
B = 58.64%

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

#074870 (or 0x074870) is known color: Dark Cerulean. HEX triplet: 07, 48 and 70. RGB value is (7,72,112). Sum of RGB (Red+Green+Blue) = 7+72+112=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #074870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074870 is #F8B78F. Grayscale: #383838. Windows color (decimal): -16299920 or 7358471. OLE color: 7358471.

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

Color convert

RGB 7 72 112 -
CMYK 0.94 0.36 0 0.56
HSL 202.86º 0.88% 0.23% -
HSV(B) 202.86º 0.94% 0.44% -
XYZ 5.33 5.85 16.18 -
YUV 57.13 158.97 92.25 -
System Red Green Blue C M Y K H S L
Decimal 7 72 112 0.94 0.36 0 0.56 202.86 0.88 0.23
Hex 7 48 70 5E 24 0 38 CB 58 17
Octal 7 110 160 136 44 0 70 313 130 27
Binary 111 1001000 1110000 1011110 100100 0 111000 11001011 1011000 10111

Color Harmonies of #074870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074870

Black with #074870

Text Example


Text Example

White with #074870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074870; }

 p { color: rgb(7,72,112); }

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

background-color css

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

 a { background-color: rgb(7,72,112); }

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

border-color css

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

 span { border-color: rgb(7,72,112); }

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