Html Css Color HEX #061987 Ultramarine

📋 copy color: '#061987'

red 6 ◦ green 25 ◦ blue 135

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

Shades of Ultramarine #061987

Tints of Ultramarine #061987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.06%

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

R = 3.61%
G = 15.06%
B = 81.33%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#061987 (or 0x061987) is known color: Ultramarine. HEX triplet: 06, 19 and 87. RGB value is (6,25,135). Sum of RGB (Red+Green+Blue) = 6+25+135=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 135 (53.12% from 255 or 81.33% from 166); Max value from RGB is 135 - color contains mainly: blue. Hex color #061987 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061987 is #F9E678. Grayscale: #1F1F1F. Windows color (decimal): -16377465 or 8853766. OLE color: 8853766.

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

Color convert

RGB 6 25 135 -
CMYK 0.96 0.81 0 0.47
HSL 231.16º 0.91% 0.28% -
HSV(B) 231.16º 0.96% 0.53% -
XYZ 4.8 2.48 23.15 -
YUV 31.86 186.21 109.56 -
System Red Green Blue C M Y K H S L
Decimal 6 25 135 0.96 0.81 0 0.47 231.16 0.91 0.28
Hex 6 19 87 60 51 0 2F E7 5B 1C
Octal 6 31 207 140 121 0 57 347 133 34
Binary 110 11001 10000111 1100000 1010001 0 101111 11100111 1011011 11100

Color Harmonies of #061987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061987

Black with #061987

Text Example


Text Example

White with #061987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061987; }

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

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

background-color css

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

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

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

border-color css

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

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

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