Html Css Color HEX #065687 Dark Cerulean

📋 copy color: '#065687'

red 6 ◦ green 86 ◦ blue 135

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

Shades of Dark Cerulean #065687

Tints of Dark Cerulean #065687

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.89%

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

R = 2.64%
G = 37.89%
B = 59.47%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#065687 (or 0x065687) is known color: Dark Cerulean. HEX triplet: 06, 56 and 87. RGB value is (6,86,135). Sum of RGB (Red+Green+Blue) = 6+86+135=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #065687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065687 is #F9A978. Grayscale: #434343. Windows color (decimal): -16361849 or 8869382. OLE color: 8869382.

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

Color convert

RGB 6 86 135 -
CMYK 0.96 0.36 0 0.47
HSL 202.79º 0.91% 0.28% -
HSV(B) 202.79º 0.96% 0.53% -
XYZ 7.78 8.44 24.14 -
YUV 67.67 166 84.02 -
System Red Green Blue C M Y K H S L
Decimal 6 86 135 0.96 0.36 0 0.47 202.79 0.91 0.28
Hex 6 56 87 60 24 0 2F CB 5B 1C
Octal 6 126 207 140 44 0 57 313 133 34
Binary 110 1010110 10000111 1100000 100100 0 101111 11001011 1011011 11100

Color Harmonies of #065687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065687

Black with #065687

Text Example


Text Example

White with #065687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065687; }

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

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

background-color css

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

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

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

border-color css

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

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

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