Html Css Color HEX #061096 Ultramarine

📋 copy color: '#061096'

red 6 ◦ green 16 ◦ blue 150

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

Shades of Ultramarine #061096

Tints of Ultramarine #061096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 87.21%

R = 3.49%
G = 9.3%
B = 87.21%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#061096 (or 0x061096) is known color: Ultramarine. HEX triplet: 06, 10 and 96. RGB value is (6,16,150). Sum of RGB (Red+Green+Blue) = 6+16+150=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 150 (58.98% from 255 or 87.21% from 172); Max value from RGB is 150 - color contains mainly: blue. Hex color #061096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061096 is #F9EF69. Grayscale: #1B1B1B. Windows color (decimal): -16379754 or 9834502. OLE color: 9834502.

HSL color Cylindrical-coordinate representation of color #061096: hue angle of 235.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061096 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 16 150 -
CMYK 0.96 0.89 0 0.41
HSL 235.83º 0.92% 0.31% -
HSV(B) 235.83º 0.96% 0.59% -
XYZ 5.77 2.61 29.05 -
YUV 28.29 196.69 112.1 -
System Red Green Blue C M Y K H S L
Decimal 6 16 150 0.96 0.89 0 0.41 235.83 0.92 0.31
Hex 6 10 96 60 59 0 29 EC 5C 1F
Octal 6 20 226 140 131 0 51 354 134 37
Binary 110 10000 10010110 1100000 1011001 0 101001 11101100 1011100 11111

Color Harmonies of #061096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061096

Black with #061096

Text Example


Text Example

White with #061096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061096; }

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

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

background-color css

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

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

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

border-color css

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

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

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