Html Css Color HEX #06118F Ultramarine

📋 copy color: '#06118F'

red 6 ◦ green 17 ◦ blue 143

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

Shades of Ultramarine #06118F

Tints of Ultramarine #06118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 86.14%

R = 3.61%
G = 10.24%
B = 86.14%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#06118F (or 0x06118F) is known color: Ultramarine. HEX triplet: 06, 11 and 8F. RGB value is (6,17,143). Sum of RGB (Red+Green+Blue) = 6+17+143=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 143 (56.25% from 255 or 86.14% from 166); Max value from RGB is 143 - color contains mainly: blue. Hex color #06118F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06118F is #F9EE70. Grayscale: #1B1B1B. Windows color (decimal): -16379505 or 9376006. OLE color: 9376006.

HSL color Cylindrical-coordinate representation of color #06118F: hue angle of 235.18º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06118F is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 17 143 -
CMYK 0.96 0.88 0 0.44
HSL 235.18º 0.92% 0.29% -
HSV(B) 235.18º 0.96% 0.56% -
XYZ 5.23 2.42 26.18 -
YUV 28.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 6 17 143 0.96 0.88 0 0.44 235.18 0.92 0.29
Hex 6 11 8F 60 58 0 2C EB 5C 1D
Octal 6 21 217 140 130 0 54 353 134 35
Binary 110 10001 10001111 1100000 1011000 0 101100 11101011 1011100 11101

Color Harmonies of #06118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06118F

Black with #06118F

Text Example


Text Example

White with #06118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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