Html Css Color HEX #074173 Dark Cerulean

📋 copy color: '#074173'

red 7 ◦ green 65 ◦ blue 115

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

Shades of Dark Cerulean #074173

Tints of Dark Cerulean #074173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.76%

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

R = 3.74%
G = 34.76%
B = 61.5%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#074173 (or 0x074173) is known color: Dark Cerulean. HEX triplet: 07, 41 and 73. RGB value is (7,65,115). Sum of RGB (Red+Green+Blue) = 7+65+115=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #074173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074173 is #F8BE8C. Grayscale: #353535. Windows color (decimal): -16301709 or 7553287. OLE color: 7553287.

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

Color convert

RGB 7 65 115 -
CMYK 0.94 0.43 0 0.55
HSL 207.78º 0.89% 0.24% -
HSV(B) 207.78º 0.94% 0.45% -
XYZ 5.07 5.06 16.93 -
YUV 53.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 7 65 115 0.94 0.43 0 0.55 207.78 0.89 0.24
Hex 7 41 73 5E 2B 0 37 D0 59 18
Octal 7 101 163 136 53 0 67 320 131 30
Binary 111 1000001 1110011 1011110 101011 0 110111 11010000 1011001 11000

Color Harmonies of #074173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074173

Black with #074173

Text Example


Text Example

White with #074173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074173; }

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

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

background-color css

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

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

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

border-color css

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

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

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