Html Css Color HEX #0B0093 Ultramarine

📋 copy color: '#0B0093'

red 11 ◦ green 0 ◦ blue 147

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

Shades of Ultramarine #0B0093

Tints of Ultramarine #0B0093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 93.04%

R = 6.96%
G = 0%
B = 93.04%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0B0093 (or 0x0B0093) is known color: Ultramarine. HEX triplet: 0B, 00 and 93. RGB value is (11,0,147). Sum of RGB (Red+Green+Blue) = 11+0+147=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 147 (57.81% from 255 or 93.04% from 158); Max value from RGB is 147 - color contains mainly: blue. Hex color #0B0093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0093 is #F4FF6C. Grayscale: #131313. Windows color (decimal): -16056173 or 9633803. OLE color: 9633803.

HSL color Cylindrical-coordinate representation of color #0B0093: hue angle of 244.49º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0093 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 0 147 -
CMYK 0.93 1 0 0.42
HSL 244.49º 1% 0.29% -
HSV(B) 244.49º 1% 0.58% -
XYZ 5.4 2.18 27.74 -
YUV 20.05 199.64 121.55 -
System Red Green Blue C M Y K H S L
Decimal 11 0 147 0.93 1 0 0.42 244.49 1 0.29
Hex B 0 93 5D 64 0 2A F4 64 1D
Octal 13 0 223 135 144 0 52 364 144 35
Binary 1011 0 10010011 1011101 1100100 0 101010 11110100 1100100 11101

Color Harmonies of #0B0093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0093

Black with #0B0093

Text Example


Text Example

White with #0B0093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,0,147); }

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

background-color css

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

 a { background-color: rgb(11,0,147); }

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

border-color css

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

 span { border-color: rgb(11,0,147); }

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