Html Css Color HEX #074373 Dark Cerulean

📋 copy color: '#074373'

red 7 ◦ green 67 ◦ blue 115

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

Shades of Dark Cerulean #074373

Tints of Dark Cerulean #074373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 60.85%

R = 3.7%
G = 35.45%
B = 60.85%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#074373 (or 0x074373) is known color: Dark Cerulean. HEX triplet: 07, 43 and 73. RGB value is (7,67,115). Sum of RGB (Red+Green+Blue) = 7+67+115=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #074373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074373 is #F8BC8C. Grayscale: #363636. Windows color (decimal): -16301197 or 7553799. OLE color: 7553799.

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

Color convert

RGB 7 67 115 -
CMYK 0.94 0.42 0 0.55
HSL 206.67º 0.89% 0.24% -
HSV(B) 206.67º 0.94% 0.45% -
XYZ 5.19 5.3 16.97 -
YUV 54.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 7 67 115 0.94 0.42 0 0.55 206.67 0.89 0.24
Hex 7 43 73 5E 2A 0 37 CF 59 18
Octal 7 103 163 136 52 0 67 317 131 30
Binary 111 1000011 1110011 1011110 101010 0 110111 11001111 1011001 11000

Color Harmonies of #074373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074373

Black with #074373

Text Example


Text Example

White with #074373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074373; }

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

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

background-color css

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

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

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

border-color css

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

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

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