Html Css Color HEX #061197 Ultramarine

📋 copy color: '#061197'

red 6 ◦ green 17 ◦ blue 151

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

Shades of Ultramarine #061197

Tints of Ultramarine #061197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.77%

 BLUE value IS 151 (59.38% from 255) = 86.78%

R = 3.45%
G = 9.77%
B = 86.78%

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

#061197 (or 0x061197) is known color: Ultramarine. HEX triplet: 06, 11 and 97. RGB value is (6,17,151). Sum of RGB (Red+Green+Blue) = 6+17+151=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 151 (59.38% from 255 or 86.78% from 174); Max value from RGB is 151 - color contains mainly: blue. Hex color #061197 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061197 is #F9EE68. Grayscale: #1C1C1C. Windows color (decimal): -16379497 or 9900294. OLE color: 9900294.

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

Color convert

RGB 6 17 151 -
CMYK 0.96 0.89 0 0.41
HSL 235.45º 0.92% 0.31% -
HSV(B) 235.45º 0.96% 0.59% -
XYZ 5.86 2.67 29.49 -
YUV 28.99 196.86 111.6 -
System Red Green Blue C M Y K H S L
Decimal 6 17 151 0.96 0.89 0 0.41 235.45 0.92 0.31
Hex 6 11 97 60 59 0 29 EB 5C 1F
Octal 6 21 227 140 131 0 51 353 134 37
Binary 110 10001 10010111 1100000 1011001 0 101001 11101011 1011100 11111

Color Harmonies of #061197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061197

Black with #061197

Text Example


Text Example

White with #061197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061197; }

 p { color: rgb(6,17,151); }

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

background-color css

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

 a { background-color: rgb(6,17,151); }

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

border-color css

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

 span { border-color: rgb(6,17,151); }

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