Html Css Color HEX #074570 Dark Cerulean

📋 copy color: '#074570'

red 7 ◦ green 69 ◦ blue 112

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

Shades of Dark Cerulean #074570

Tints of Dark Cerulean #074570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.7%

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

R = 3.72%
G = 36.7%
B = 59.57%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#074570 (or 0x074570) is known color: Dark Cerulean. HEX triplet: 07, 45 and 70. RGB value is (7,69,112). Sum of RGB (Red+Green+Blue) = 7+69+112=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #074570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074570 is #F8BA8F. Grayscale: #373737. Windows color (decimal): -16300688 or 7357703. OLE color: 7357703.

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

Color convert

RGB 7 69 112 -
CMYK 0.94 0.38 0 0.56
HSL 204.57º 0.88% 0.23% -
HSV(B) 204.57º 0.94% 0.44% -
XYZ 5.14 5.47 16.11 -
YUV 55.36 159.96 93.5 -
System Red Green Blue C M Y K H S L
Decimal 7 69 112 0.94 0.38 0 0.56 204.57 0.88 0.23
Hex 7 45 70 5E 26 0 38 CD 58 17
Octal 7 105 160 136 46 0 70 315 130 27
Binary 111 1000101 1110000 1011110 100110 0 111000 11001101 1011000 10111

Color Harmonies of #074570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074570

Black with #074570

Text Example


Text Example

White with #074570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074570; }

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

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

background-color css

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

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

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

border-color css

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

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

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