Html Css Color HEX #0B119A Ultramarine

📋 copy color: '#0B119A'

red 11 ◦ green 17 ◦ blue 154

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

Shades of Ultramarine #0B119A

Tints of Ultramarine #0B119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 84.62%

R = 6.04%
G = 9.34%
B = 84.62%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0B119A (or 0x0B119A) is known color: Ultramarine. HEX triplet: 0B, 11 and 9A. RGB value is (11,17,154). Sum of RGB (Red+Green+Blue) = 11+17+154=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 154 (60.55% from 255 or 84.62% from 182); Max value from RGB is 154 - color contains mainly: blue. Hex color #0B119A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B119A is #F4EE65. Grayscale: #1E1E1E. Windows color (decimal): -16051814 or 10096907. OLE color: 10096907.

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

Color convert

RGB 11 17 154 -
CMYK 0.93 0.89 0 0.40
HSL 237.48º 0.87% 0.32% -
HSV(B) 237.48º 0.93% 0.6% -
XYZ 6.17 2.81 30.79 -
YUV 30.82 197.51 113.86 -
System Red Green Blue C M Y K H S L
Decimal 11 17 154 0.93 0.89 0 0.40 237.48 0.87 0.32
Hex B 11 9A 5D 59 0 28 ED 57 20
Octal 13 21 232 135 131 0 50 355 127 40
Binary 1011 10001 10011010 1011101 1011001 0 101000 11101101 1010111 100000

Color Harmonies of #0B119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B119A

Black with #0B119A

Text Example


Text Example

White with #0B119A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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