Html Css Color HEX #0B0992 Ultramarine

📋 copy color: '#0B0992'

red 11 ◦ green 9 ◦ blue 146

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

Shades of Ultramarine #0B0992

Tints of Ultramarine #0B0992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

 BLUE value IS 146 (57.42% from 255) = 87.95%

R = 6.63%
G = 5.42%
B = 87.95%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0B0992 (or 0x0B0992) is known color: Ultramarine. HEX triplet: 0B, 09 and 92. RGB value is (11,9,146). Sum of RGB (Red+Green+Blue) = 11+9+146=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 146 (57.42% from 255 or 87.95% from 166); Max value from RGB is 146 - color contains mainly: blue. Hex color #0B0992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0992 is #F4F66D. Grayscale: #181818. Windows color (decimal): -16053870 or 9570571. OLE color: 9570571.

HSL color Cylindrical-coordinate representation of color #0B0992: hue angle of 240.88º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0992 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 11 9 146 -
CMYK 0.92 0.94 0 0.43
HSL 240.88º 0.88% 0.3% -
HSV(B) 240.88º 0.94% 0.57% -
XYZ 5.42 2.34 27.36 -
YUV 25.22 196.16 117.86 -
System Red Green Blue C M Y K H S L
Decimal 11 9 146 0.92 0.94 0 0.43 240.88 0.88 0.3
Hex B 9 92 5C 5E 0 2B F1 58 1E
Octal 13 11 222 134 136 0 53 361 130 36
Binary 1011 1001 10010010 1011100 1011110 0 101011 11110001 1011000 11110

Color Harmonies of #0B0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0992

Black with #0B0992

Text Example


Text Example

White with #0B0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,9,146); }

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

background-color css

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

 a { background-color: rgb(11,9,146); }

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

border-color css

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

 span { border-color: rgb(11,9,146); }

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