Html Css Color HEX #065088 Dark Cerulean

📋 copy color: '#065088'

red 6 ◦ green 80 ◦ blue 136

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

Shades of Dark Cerulean #065088

Tints of Dark Cerulean #065088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

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

R = 2.7%
G = 36.04%
B = 61.26%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#065088 (or 0x065088) is known color: Dark Cerulean. HEX triplet: 06, 50 and 88. RGB value is (6,80,136). Sum of RGB (Red+Green+Blue) = 6+80+136=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #065088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065088 is #F9AF77. Grayscale: #3F3F3F. Windows color (decimal): -16363384 or 8933382. OLE color: 8933382.

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

Color convert

RGB 6 80 136 -
CMYK 0.96 0.41 0 0.47
HSL 205.85º 0.92% 0.28% -
HSV(B) 205.85º 0.96% 0.53% -
XYZ 7.39 7.55 24.36 -
YUV 64.26 168.48 86.45 -
System Red Green Blue C M Y K H S L
Decimal 6 80 136 0.96 0.41 0 0.47 205.85 0.92 0.28
Hex 6 50 88 60 29 0 2F CE 5C 1C
Octal 6 120 210 140 51 0 57 316 134 34
Binary 110 1010000 10001000 1100000 101001 0 101111 11001110 1011100 11100

Color Harmonies of #065088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065088

Black with #065088

Text Example


Text Example

White with #065088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065088; }

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

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

background-color css

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

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

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

border-color css

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

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

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