Html Css Color HEX #065292 Dark Cerulean

📋 copy color: '#065292'

red 6 ◦ green 82 ◦ blue 146

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

Shades of Dark Cerulean #065292

Tints of Dark Cerulean #065292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.04%

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

R = 2.56%
G = 35.04%
B = 62.39%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#065292 (or 0x065292) is known color: Dark Cerulean. HEX triplet: 06, 52 and 92. RGB value is (6,82,146). Sum of RGB (Red+Green+Blue) = 6+82+146=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #065292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065292 is #F9AD6D. Grayscale: #424242. Windows color (decimal): -16362862 or 9589254. OLE color: 9589254.

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

Color convert

RGB 6 82 146 -
CMYK 0.96 0.44 0 0.43
HSL 207.43º 0.92% 0.3% -
HSV(B) 207.43º 0.96% 0.57% -
XYZ 8.28 8.15 28.33 -
YUV 66.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 6 82 146 0.96 0.44 0 0.43 207.43 0.92 0.3
Hex 6 52 92 60 2C 0 2B CF 5C 1E
Octal 6 122 222 140 54 0 53 317 134 36
Binary 110 1010010 10010010 1100000 101100 0 101011 11001111 1011100 11110

Color Harmonies of #065292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065292

Black with #065292

Text Example


Text Example

White with #065292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065292; }

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

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

background-color css

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

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

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

border-color css

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

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

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