Html Css Color HEX #060287 Dark Blue

📋 copy color: '#060287'

red 6 ◦ green 2 ◦ blue 135

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

Shades of Dark Blue #060287

Tints of Dark Blue #060287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.4%

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

R = 4.2%
G = 1.4%
B = 94.41%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#060287 (or 0x060287) is known color: Dark Blue. HEX triplet: 06, 02 and 87. RGB value is (6,2,135). Sum of RGB (Red+Green+Blue) = 6+2+135=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 135 (53.12% from 255 or 94.41% from 143); Max value from RGB is 135 - color contains mainly: blue. Hex color #060287 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060287 is #F9FD78. Grayscale: #111111. Windows color (decimal): -16383353 or 8847878. OLE color: 8847878.

HSL color Cylindrical-coordinate representation of color #060287: hue angle of 241.8º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060287 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 2 135 -
CMYK 0.96 0.99 0 0.47
HSL 241.8º 0.97% 0.27% -
HSV(B) 241.8º 0.99% 0.53% -
XYZ 4.47 1.83 23.04 -
YUV 18.36 193.83 119.19 -
System Red Green Blue C M Y K H S L
Decimal 6 2 135 0.96 0.99 0 0.47 241.8 0.97 0.27
Hex 6 2 87 60 63 0 2F F2 61 1B
Octal 6 2 207 140 143 0 57 362 141 33
Binary 110 10 10000111 1100000 1100011 0 101111 11110010 1100001 11011

Color Harmonies of #060287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060287

Black with #060287

Text Example


Text Example

White with #060287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060287; }

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

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

background-color css

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

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

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

border-color css

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

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

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