Html Css Color HEX #0B0984 Ultramarine

📋 copy color: '#0B0984'

red 11 ◦ green 9 ◦ blue 132

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

Shades of Ultramarine #0B0984

Tints of Ultramarine #0B0984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 86.84%

R = 7.24%
G = 5.92%
B = 86.84%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0B0984 (or 0x0B0984) is known color: Ultramarine. HEX triplet: 0B, 09 and 84. RGB value is (11,9,132). Sum of RGB (Red+Green+Blue) = 11+9+132=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 132 (51.95% from 255 or 86.84% from 152); Max value from RGB is 132 - color contains mainly: blue. Hex color #0B0984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0984 is #F4F67B. Grayscale: #171717. Windows color (decimal): -16053884 or 8653067. OLE color: 8653067.

HSL color Cylindrical-coordinate representation of color #0B0984: hue angle of 240.98º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B0984 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 11 9 132 -
CMYK 0.92 0.93 0 0.48
HSL 240.98º 0.87% 0.28% -
HSV(B) 240.98º 0.93% 0.52% -
XYZ 4.4 1.93 21.97 -
YUV 23.62 189.16 119 -
System Red Green Blue C M Y K H S L
Decimal 11 9 132 0.92 0.93 0 0.48 240.98 0.87 0.28
Hex B 9 84 5C 5D 0 30 F1 57 1C
Octal 13 11 204 134 135 0 60 361 127 34
Binary 1011 1001 10000100 1011100 1011101 0 110000 11110001 1010111 11100

Color Harmonies of #0B0984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0984

Black with #0B0984

Text Example


Text Example

White with #0B0984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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