Html Css Color HEX #06118D Ultramarine

📋 copy color: '#06118D'

red 6 ◦ green 17 ◦ blue 141

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

Shades of Ultramarine #06118D

Tints of Ultramarine #06118D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 85.98%

R = 3.66%
G = 10.37%
B = 85.98%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06118D (or 0x06118D) is known color: Ultramarine. HEX triplet: 06, 11 and 8D. RGB value is (6,17,141). Sum of RGB (Red+Green+Blue) = 6+17+141=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 141 (55.47% from 255 or 85.98% from 164); Max value from RGB is 141 - color contains mainly: blue. Hex color #06118D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06118D is #F9EE72. Grayscale: #1B1B1B. Windows color (decimal): -16379507 or 9244934. OLE color: 9244934.

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

Color convert

RGB 6 17 141 -
CMYK 0.96 0.88 0 0.45
HSL 235.11º 0.92% 0.29% -
HSV(B) 235.11º 0.96% 0.55% -
XYZ 5.08 2.36 25.39 -
YUV 27.85 191.86 112.42 -
System Red Green Blue C M Y K H S L
Decimal 6 17 141 0.96 0.88 0 0.45 235.11 0.92 0.29
Hex 6 11 8D 60 58 0 2D EB 5C 1D
Octal 6 21 215 140 130 0 55 353 134 35
Binary 110 10001 10001101 1100000 1011000 0 101101 11101011 1011100 11101

Color Harmonies of #06118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06118D

Black with #06118D

Text Example


Text Example

White with #06118D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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