Html Css Color HEX #065288 Dark Cerulean

📋 copy color: '#065288'

red 6 ◦ green 82 ◦ blue 136

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

Shades of Dark Cerulean #065288

Tints of Dark Cerulean #065288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 60.71%

R = 2.68%
G = 36.61%
B = 60.71%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#065288 (or 0x065288) is known color: Dark Cerulean. HEX triplet: 06, 52 and 88. RGB value is (6,82,136). Sum of RGB (Red+Green+Blue) = 6+82+136=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #065288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065288 is #F9AD77. Grayscale: #414141. Windows color (decimal): -16362872 or 8933894. OLE color: 8933894.

HSL color Cylindrical-coordinate representation of color #065288: hue angle of 204.92º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065288 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 82 136 -
CMYK 0.96 0.40 0 0.47
HSL 204.92º 0.92% 0.28% -
HSV(B) 204.92º 0.96% 0.53% -
XYZ 7.54 7.85 24.41 -
YUV 65.43 167.82 85.61 -
System Red Green Blue C M Y K H S L
Decimal 6 82 136 0.96 0.40 0 0.47 204.92 0.92 0.28
Hex 6 52 88 60 28 0 2F CD 5C 1C
Octal 6 122 210 140 50 0 57 315 134 34
Binary 110 1010010 10001000 1100000 101000 0 101111 11001101 1011100 11100

Color Harmonies of #065288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065288

Black with #065288

Text Example


Text Example

White with #065288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065288; }

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

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

background-color css

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

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

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

border-color css

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

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

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