Html Css Color HEX #065588 Dark Cerulean

📋 copy color: '#065588'

red 6 ◦ green 85 ◦ blue 136

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

Shades of Dark Cerulean #065588

Tints of Dark Cerulean #065588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.44%

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

R = 2.64%
G = 37.44%
B = 59.91%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#065588 (or 0x065588) is known color: Dark Cerulean. HEX triplet: 06, 55 and 88. RGB value is (6,85,136). Sum of RGB (Red+Green+Blue) = 6+85+136=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #065588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065588 is #F9AA77. Grayscale: #424242. Windows color (decimal): -16362104 or 8934662. OLE color: 8934662.

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

Color convert

RGB 6 85 136 -
CMYK 0.96 0.38 0 0.47
HSL 203.54º 0.92% 0.28% -
HSV(B) 203.54º 0.96% 0.53% -
XYZ 7.77 8.31 24.49 -
YUV 67.19 166.83 84.35 -
System Red Green Blue C M Y K H S L
Decimal 6 85 136 0.96 0.38 0 0.47 203.54 0.92 0.28
Hex 6 55 88 60 26 0 2F CC 5C 1C
Octal 6 125 210 140 46 0 57 314 134 34
Binary 110 1010101 10001000 1100000 100110 0 101111 11001100 1011100 11100

Color Harmonies of #065588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065588

Black with #065588

Text Example


Text Example

White with #065588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065588; }

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

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

background-color css

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

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

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

border-color css

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

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

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