Html Css Color HEX #065C92 Dark Cerulean

📋 copy color: '#065C92'

red 6 ◦ green 92 ◦ blue 146

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

Shades of Dark Cerulean #065C92

Tints of Dark Cerulean #065C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.7%

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

R = 2.46%
G = 37.7%
B = 59.84%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#065C92 (or 0x065C92) is known color: Dark Cerulean. HEX triplet: 06, 5C and 92. RGB value is (6,92,146). Sum of RGB (Red+Green+Blue) = 6+92+146=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #065C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065C92 is #F9A36D. Grayscale: #484848. Windows color (decimal): -16360302 or 9591814. OLE color: 9591814.

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

Color convert

RGB 6 92 146 -
CMYK 0.96 0.37 0 0.43
HSL 203.14º 0.92% 0.3% -
HSV(B) 203.14º 0.96% 0.57% -
XYZ 9.09 9.77 28.6 -
YUV 72.44 169.51 80.61 -
System Red Green Blue C M Y K H S L
Decimal 6 92 146 0.96 0.37 0 0.43 203.14 0.92 0.3
Hex 6 5C 92 60 25 0 2B CB 5C 1E
Octal 6 134 222 140 45 0 53 313 134 36
Binary 110 1011100 10010010 1100000 100101 0 101011 11001011 1011100 11110

Color Harmonies of #065C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C92

Black with #065C92

Text Example


Text Example

White with #065C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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