Html Css Color HEX #074371 Dark Cerulean

📋 copy color: '#074371'

red 7 ◦ green 67 ◦ blue 113

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

Shades of Dark Cerulean #074371

Tints of Dark Cerulean #074371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.83%

 BLUE value IS 113 (44.53% from 255) = 60.43%

R = 3.74%
G = 35.83%
B = 60.43%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#074371 (or 0x074371) is known color: Dark Cerulean. HEX triplet: 07, 43 and 71. RGB value is (7,67,113). Sum of RGB (Red+Green+Blue) = 7+67+113=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #074371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074371 is #F8BC8E. Grayscale: #363636. Windows color (decimal): -16301199 or 7422727. OLE color: 7422727.

HSL color Cylindrical-coordinate representation of color #074371: hue angle of 206.04º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074371 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 67 113 -
CMYK 0.94 0.41 0 0.56
HSL 206.04º 0.88% 0.24% -
HSV(B) 206.04º 0.94% 0.44% -
XYZ 5.08 5.25 16.37 -
YUV 54.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 7 67 113 0.94 0.41 0 0.56 206.04 0.88 0.24
Hex 7 43 71 5E 29 0 38 CE 58 18
Octal 7 103 161 136 51 0 70 316 130 30
Binary 111 1000011 1110001 1011110 101001 0 111000 11001110 1011000 11000

Color Harmonies of #074371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074371

Black with #074371

Text Example


Text Example

White with #074371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074371; }

 p { color: rgb(7,67,113); }

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

background-color css

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

 a { background-color: rgb(7,67,113); }

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

border-color css

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

 span { border-color: rgb(7,67,113); }

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