Html Css Color HEX #061194 Ultramarine

📋 copy color: '#061194'

red 6 ◦ green 17 ◦ blue 148

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

Shades of Ultramarine #061194

Tints of Ultramarine #061194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 86.55%

R = 3.51%
G = 9.94%
B = 86.55%

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

#061194 (or 0x061194) is known color: Ultramarine. HEX triplet: 06, 11 and 94. RGB value is (6,17,148). Sum of RGB (Red+Green+Blue) = 6+17+148=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 148 (58.20% from 255 or 86.55% from 171); Max value from RGB is 148 - color contains mainly: blue. Hex color #061194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #061194 is #F9EE6B. Grayscale: #1C1C1C. Windows color (decimal): -16379500 or 9703686. OLE color: 9703686.

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

Color convert

RGB 6 17 148 -
CMYK 0.96 0.89 0 0.42
HSL 235.35º 0.92% 0.3% -
HSV(B) 235.35º 0.96% 0.58% -
XYZ 5.62 2.58 28.22 -
YUV 28.65 195.36 111.85 -
System Red Green Blue C M Y K H S L
Decimal 6 17 148 0.96 0.89 0 0.42 235.35 0.92 0.3
Hex 6 11 94 60 59 0 2A EB 5C 1E
Octal 6 21 224 140 131 0 52 353 134 36
Binary 110 10001 10010100 1100000 1011001 0 101010 11101011 1011100 11110

Color Harmonies of #061194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061194

Black with #061194

Text Example


Text Example

White with #061194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061194; }

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

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

background-color css

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

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

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

border-color css

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

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

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