Html Css Color HEX #065887 Dark Cerulean

📋 copy color: '#065887'

red 6 ◦ green 88 ◦ blue 135

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

Shades of Dark Cerulean #065887

Tints of Dark Cerulean #065887

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.43%

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

R = 2.62%
G = 38.43%
B = 58.95%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#065887 (or 0x065887) is known color: Dark Cerulean. HEX triplet: 06, 58 and 87. RGB value is (6,88,135). Sum of RGB (Red+Green+Blue) = 6+88+135=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #065887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065887 is #F9A778. Grayscale: #444444. Windows color (decimal): -16361337 or 8869894. OLE color: 8869894.

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

Color convert

RGB 6 88 135 -
CMYK 0.96 0.35 0 0.47
HSL 201.86º 0.91% 0.28% -
HSV(B) 201.86º 0.96% 0.53% -
XYZ 7.94 8.77 24.2 -
YUV 68.84 165.33 83.18 -
System Red Green Blue C M Y K H S L
Decimal 6 88 135 0.96 0.35 0 0.47 201.86 0.91 0.28
Hex 6 58 87 60 23 0 2F CA 5B 1C
Octal 6 130 207 140 43 0 57 312 133 34
Binary 110 1011000 10000111 1100000 100011 0 101111 11001010 1011011 11100

Color Harmonies of #065887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065887

Black with #065887

Text Example


Text Example

White with #065887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065887; }

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

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

background-color css

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

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

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

border-color css

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

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

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