Html Css Color HEX #064173 Dark Cerulean

📋 copy color: '#064173'

red 6 ◦ green 65 ◦ blue 115

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

Shades of Dark Cerulean #064173

Tints of Dark Cerulean #064173

RGB

 RED value IS 6 (2.73% from 255) = 3.23%

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

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

R = 3.23%
G = 34.95%
B = 61.83%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#064173 (or 0x064173) is known color: Dark Cerulean. HEX triplet: 06, 41 and 73. RGB value is (6,65,115). Sum of RGB (Red+Green+Blue) = 6+65+115=186 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.23% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #064173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064173 is #F9BE8C. Grayscale: #343434. Windows color (decimal): -16367245 or 7553286. OLE color: 7553286.

HSL color Cylindrical-coordinate representation of color #064173: hue angle of 207.52º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064173 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 65 115 -
CMYK 0.95 0.43 0 0.55
HSL 207.52º 0.9% 0.24% -
HSV(B) 207.52º 0.95% 0.45% -
XYZ 5.06 5.06 16.93 -
YUV 53.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 6 65 115 0.95 0.43 0 0.55 207.52 0.9 0.24
Hex 6 41 73 5F 2B 0 37 D0 5A 18
Octal 6 101 163 137 53 0 67 320 132 30
Binary 110 1000001 1110011 1011111 101011 0 110111 11010000 1011010 11000

Color Harmonies of #064173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064173

Black with #064173

Text Example


Text Example

White with #064173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064173; }

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

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

background-color css

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

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

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

border-color css

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

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

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