Html Css Color HEX #065492 Dark Cerulean

📋 copy color: '#065492'

red 6 ◦ green 84 ◦ blue 146

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

Shades of Dark Cerulean #065492

Tints of Dark Cerulean #065492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.59%

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

R = 2.54%
G = 35.59%
B = 61.86%

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

#065492 (or 0x065492) is known color: Dark Cerulean. HEX triplet: 06, 54 and 92. RGB value is (6,84,146). Sum of RGB (Red+Green+Blue) = 6+84+146=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #065492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065492 is #F9AB6D. Grayscale: #434343. Windows color (decimal): -16362350 or 9589766. OLE color: 9589766.

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

Color convert

RGB 6 84 146 -
CMYK 0.96 0.42 0 0.43
HSL 206.57º 0.92% 0.3% -
HSV(B) 206.57º 0.96% 0.57% -
XYZ 8.43 8.45 28.38 -
YUV 67.75 172.16 83.96 -
System Red Green Blue C M Y K H S L
Decimal 6 84 146 0.96 0.42 0 0.43 206.57 0.92 0.3
Hex 6 54 92 60 2A 0 2B CF 5C 1E
Octal 6 124 222 140 52 0 53 317 134 36
Binary 110 1010100 10010010 1100000 101010 0 101011 11001111 1011100 11110

Color Harmonies of #065492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065492

Black with #065492

Text Example


Text Example

White with #065492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065492; }

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

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

background-color css

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

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

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

border-color css

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

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

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