Html Css Color HEX #0B1199 Ultramarine

📋 copy color: '#0B1199'

red 11 ◦ green 17 ◦ blue 153

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

Shades of Ultramarine #0B1199

Tints of Ultramarine #0B1199

RGB

 RED value IS 11 (4.69% from 255) = 6.08%

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

 BLUE value IS 153 (60.16% from 255) = 84.53%

R = 6.08%
G = 9.39%
B = 84.53%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0B1199 (or 0x0B1199) is known color: Ultramarine. HEX triplet: 0B, 11 and 99. RGB value is (11,17,153). Sum of RGB (Red+Green+Blue) = 11+17+153=181 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.08% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 153 (60.16% from 255 or 84.53% from 181); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B1199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1199 is #F4EE66. Grayscale: #1E1E1E. Windows color (decimal): -16051815 or 10031371. OLE color: 10031371.

HSL color Cylindrical-coordinate representation of color #0B1199: hue angle of 237.46º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B1199 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 11 17 153 -
CMYK 0.93 0.89 0 0.4
HSL 237.46º 0.87% 0.32% -
HSV(B) 237.46º 0.93% 0.6% -
XYZ 6.09 2.77 30.35 -
YUV 30.71 197.01 113.94 -
System Red Green Blue C M Y K H S L
Decimal 11 17 153 0.93 0.89 0 0.4 237.46 0.87 0.32
Hex B 11 99 5D 59 0 28 ED 57 20
Octal 13 21 231 135 131 0 50 355 127 40
Binary 1011 10001 10011001 1011101 1011001 0 101000 11101101 1010111 100000

Color Harmonies of #0B1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1199

Black with #0B1199

Text Example


Text Example

White with #0B1199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B1199; }

 p { color: rgb(11,17,153); }

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

background-color css

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

 a { background-color: rgb(11,17,153); }

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

border-color css

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

 span { border-color: rgb(11,17,153); }

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