Html Css Color HEX #061486 Ultramarine

📋 copy color: '#061486'

red 6 ◦ green 20 ◦ blue 134

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

Shades of Ultramarine #061486

Tints of Ultramarine #061486

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.5%

 BLUE value IS 134 (52.73% from 255) = 83.75%

R = 3.75%
G = 12.5%
B = 83.75%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#061486 (or 0x061486) is known color: Ultramarine. HEX triplet: 06, 14 and 86. RGB value is (6,20,134). Sum of RGB (Red+Green+Blue) = 6+20+134=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 134 (52.73% from 255 or 83.75% from 160); Max value from RGB is 134 - color contains mainly: blue. Hex color #061486 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061486 is #F9EB79. Grayscale: #1C1C1C. Windows color (decimal): -16378746 or 8786950. OLE color: 8786950.

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

Color convert

RGB 6 20 134 -
CMYK 0.96 0.85 0 0.47
HSL 233.44º 0.91% 0.27% -
HSV(B) 233.44º 0.96% 0.53% -
XYZ 4.63 2.26 22.75 -
YUV 28.81 187.36 111.73 -
System Red Green Blue C M Y K H S L
Decimal 6 20 134 0.96 0.85 0 0.47 233.44 0.91 0.27
Hex 6 14 86 60 55 0 2F E9 5B 1B
Octal 6 24 206 140 125 0 57 351 133 33
Binary 110 10100 10000110 1100000 1010101 0 101111 11101001 1011011 11011

Color Harmonies of #061486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061486

Black with #061486

Text Example


Text Example

White with #061486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061486; }

 p { color: rgb(6,20,134); }

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

background-color css

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

 a { background-color: rgb(6,20,134); }

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

border-color css

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

 span { border-color: rgb(6,20,134); }

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