Html Css Color HEX #065992 Dark Cerulean

📋 copy color: '#065992'

red 6 ◦ green 89 ◦ blue 146

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

Shades of Dark Cerulean #065992

Tints of Dark Cerulean #065992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

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

R = 2.49%
G = 36.93%
B = 60.58%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#065992 (or 0x065992) is known color: Dark Cerulean. HEX triplet: 06, 59 and 92. RGB value is (6,89,146). Sum of RGB (Red+Green+Blue) = 6+89+146=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #065992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065992 is #F9A66D. Grayscale: #464646. Windows color (decimal): -16361070 or 9591046. OLE color: 9591046.

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

Color convert

RGB 6 89 146 -
CMYK 0.96 0.39 0 0.43
HSL 204.43º 0.92% 0.3% -
HSV(B) 204.43º 0.96% 0.57% -
XYZ 8.84 9.26 28.52 -
YUV 70.68 170.5 81.87 -
System Red Green Blue C M Y K H S L
Decimal 6 89 146 0.96 0.39 0 0.43 204.43 0.92 0.3
Hex 6 59 92 60 27 0 2B CC 5C 1E
Octal 6 131 222 140 47 0 53 314 134 36
Binary 110 1011001 10010010 1100000 100111 0 101011 11001100 1011100 11110

Color Harmonies of #065992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065992

Black with #065992

Text Example


Text Example

White with #065992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065992; }

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

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

background-color css

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

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

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

border-color css

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

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

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