Html Css Color HEX #061A86 Ultramarine

📋 copy color: '#061A86'

red 6 ◦ green 26 ◦ blue 134

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

Shades of Ultramarine #061A86

Tints of Ultramarine #061A86

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.66%

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

R = 3.61%
G = 15.66%
B = 80.72%

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

#061A86 (or 0x061A86) is known color: Ultramarine. HEX triplet: 06, 1A and 86. RGB value is (6,26,134). Sum of RGB (Red+Green+Blue) = 6+26+134=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 134 (52.73% from 255 or 80.72% from 166); Max value from RGB is 134 - color contains mainly: blue. Hex color #061A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061A86 is #F9E579. Grayscale: #1F1F1F. Windows color (decimal): -16377210 or 8788486. OLE color: 8788486.

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

Color convert

RGB 6 26 134 -
CMYK 0.96 0.81 0 0.47
HSL 230.63º 0.91% 0.27% -
HSV(B) 230.63º 0.96% 0.53% -
XYZ 4.75 2.5 22.79 -
YUV 32.33 185.37 109.22 -
System Red Green Blue C M Y K H S L
Decimal 6 26 134 0.96 0.81 0 0.47 230.63 0.91 0.27
Hex 6 1A 86 60 51 0 2F E7 5B 1B
Octal 6 32 206 140 121 0 57 347 133 33
Binary 110 11010 10000110 1100000 1010001 0 101111 11100111 1011011 11011

Color Harmonies of #061A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061A86

Black with #061A86

Text Example


Text Example

White with #061A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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