Html Css Color HEX #065087 Dark Cerulean

📋 copy color: '#065087'

red 6 ◦ green 80 ◦ blue 135

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

Shades of Dark Cerulean #065087

Tints of Dark Cerulean #065087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 61.09%

R = 2.71%
G = 36.2%
B = 61.09%

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

#065087 (or 0x065087) is known color: Dark Cerulean. HEX triplet: 06, 50 and 87. RGB value is (6,80,135). Sum of RGB (Red+Green+Blue) = 6+80+135=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #065087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065087 is #F9AF78. Grayscale: #3F3F3F. Windows color (decimal): -16363385 or 8867846. OLE color: 8867846.

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

Color convert

RGB 6 80 135 -
CMYK 0.96 0.41 0 0.47
HSL 205.58º 0.91% 0.28% -
HSV(B) 205.58º 0.96% 0.53% -
XYZ 7.32 7.53 23.99 -
YUV 64.14 167.98 86.53 -
System Red Green Blue C M Y K H S L
Decimal 6 80 135 0.96 0.41 0 0.47 205.58 0.91 0.28
Hex 6 50 87 60 29 0 2F CE 5B 1C
Octal 6 120 207 140 51 0 57 316 133 34
Binary 110 1010000 10000111 1100000 101001 0 101111 11001110 1011011 11100

Color Harmonies of #065087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065087

Black with #065087

Text Example


Text Example

White with #065087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065087; }

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

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

background-color css

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

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

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

border-color css

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

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

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