Html Css Color HEX #061095 Ultramarine

📋 copy color: '#061095'

red 6 ◦ green 16 ◦ blue 149

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

Shades of Ultramarine #061095

Tints of Ultramarine #061095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 87.13%

R = 3.51%
G = 9.36%
B = 87.13%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#061095 (or 0x061095) is known color: Ultramarine. HEX triplet: 06, 10 and 95. RGB value is (6,16,149). Sum of RGB (Red+Green+Blue) = 6+16+149=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 149 (58.59% from 255 or 87.13% from 171); Max value from RGB is 149 - color contains mainly: blue. Hex color #061095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061095 is #F9EF6A. Grayscale: #1B1B1B. Windows color (decimal): -16379755 or 9768966. OLE color: 9768966.

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

Color convert

RGB 6 16 149 -
CMYK 0.96 0.89 0 0.42
HSL 235.8º 0.92% 0.3% -
HSV(B) 235.8º 0.96% 0.58% -
XYZ 5.69 2.58 28.63 -
YUV 28.17 196.19 112.19 -
System Red Green Blue C M Y K H S L
Decimal 6 16 149 0.96 0.89 0 0.42 235.8 0.92 0.3
Hex 6 10 95 60 59 0 2A EC 5C 1E
Octal 6 20 225 140 131 0 52 354 134 36
Binary 110 10000 10010101 1100000 1011001 0 101010 11101100 1011100 11110

Color Harmonies of #061095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061095

Black with #061095

Text Example


Text Example

White with #061095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061095; }

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

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

background-color css

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

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

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

border-color css

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

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

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