Html Css Color HEX #065592 Dark Cerulean

📋 copy color: '#065592'

red 6 ◦ green 85 ◦ blue 146

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

Shades of Dark Cerulean #065592

Tints of Dark Cerulean #065592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.86%

 BLUE value IS 146 (57.42% from 255) = 61.6%

R = 2.53%
G = 35.86%
B = 61.6%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#065592 (or 0x065592) is known color: Dark Cerulean. HEX triplet: 06, 55 and 92. RGB value is (6,85,146). Sum of RGB (Red+Green+Blue) = 6+85+146=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #065592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065592 is #F9AA6D. Grayscale: #444444. Windows color (decimal): -16362094 or 9590022. OLE color: 9590022.

HSL color Cylindrical-coordinate representation of color #065592: hue angle of 206.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065592 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 85 146 -
CMYK 0.96 0.42 0 0.43
HSL 206.14º 0.92% 0.3% -
HSV(B) 206.14º 0.96% 0.57% -
XYZ 8.51 8.61 28.41 -
YUV 68.33 171.83 83.54 -
System Red Green Blue C M Y K H S L
Decimal 6 85 146 0.96 0.42 0 0.43 206.14 0.92 0.3
Hex 6 55 92 60 2A 0 2B CE 5C 1E
Octal 6 125 222 140 52 0 53 316 134 36
Binary 110 1010101 10010010 1100000 101010 0 101011 11001110 1011100 11110

Color Harmonies of #065592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065592

Black with #065592

Text Example


Text Example

White with #065592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065592; }

 p { color: rgb(6,85,146); }

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

background-color css

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

 a { background-color: rgb(6,85,146); }

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

border-color css

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

 span { border-color: rgb(6,85,146); }

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