Html Css Color HEX #061087 Dark Blue

📋 copy color: '#061087'

red 6 ◦ green 16 ◦ blue 135

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

Shades of Dark Blue #061087

Tints of Dark Blue #061087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.19%

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

R = 3.82%
G = 10.19%
B = 85.99%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#061087 (or 0x061087) is known color: Dark Blue. HEX triplet: 06, 10 and 87. RGB value is (6,16,135). Sum of RGB (Red+Green+Blue) = 6+16+135=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 135 (53.12% from 255 or 85.99% from 157); Max value from RGB is 135 - color contains mainly: blue. Hex color #061087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061087 is #F9EF78. Grayscale: #1A1A1A. Windows color (decimal): -16379769 or 8851462. OLE color: 8851462.

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

Color convert

RGB 6 16 135 -
CMYK 0.96 0.88 0 0.47
HSL 235.35º 0.91% 0.28% -
HSV(B) 235.35º 0.96% 0.53% -
XYZ 4.63 2.16 23.09 -
YUV 26.58 189.19 113.32 -
System Red Green Blue C M Y K H S L
Decimal 6 16 135 0.96 0.88 0 0.47 235.35 0.91 0.28
Hex 6 10 87 60 58 0 2F EB 5B 1C
Octal 6 20 207 140 130 0 57 353 133 34
Binary 110 10000 10000111 1100000 1011000 0 101111 11101011 1011011 11100

Color Harmonies of #061087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061087

Black with #061087

Text Example


Text Example

White with #061087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061087; }

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

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

background-color css

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

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

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

border-color css

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

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

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