Html Css Color HEX #065387 Dark Cerulean

📋 copy color: '#065387'

red 6 ◦ green 83 ◦ blue 135

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

Shades of Dark Cerulean #065387

Tints of Dark Cerulean #065387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

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

R = 2.68%
G = 37.05%
B = 60.27%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#065387 (or 0x065387) is known color: Dark Cerulean. HEX triplet: 06, 53 and 87. RGB value is (6,83,135). Sum of RGB (Red+Green+Blue) = 6+83+135=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #065387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065387 is #F9AC78. Grayscale: #414141. Windows color (decimal): -16362617 or 8868614. OLE color: 8868614.

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

Color convert

RGB 6 83 135 -
CMYK 0.96 0.39 0 0.47
HSL 204.19º 0.91% 0.28% -
HSV(B) 204.19º 0.96% 0.53% -
XYZ 7.54 7.97 24.06 -
YUV 65.91 166.99 85.27 -
System Red Green Blue C M Y K H S L
Decimal 6 83 135 0.96 0.39 0 0.47 204.19 0.91 0.28
Hex 6 53 87 60 27 0 2F CC 5B 1C
Octal 6 123 207 140 47 0 57 314 133 34
Binary 110 1010011 10000111 1100000 100111 0 101111 11001100 1011011 11100

Color Harmonies of #065387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065387

Black with #065387

Text Example


Text Example

White with #065387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065387; }

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

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

background-color css

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

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

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

border-color css

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

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

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