Html Css Color HEX #0B0885 Ultramarine

📋 copy color: '#0B0885'

red 11 ◦ green 8 ◦ blue 133

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

Shades of Ultramarine #0B0885

Tints of Ultramarine #0B0885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.26%

 BLUE value IS 133 (52.34% from 255) = 87.5%

R = 7.24%
G = 5.26%
B = 87.5%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0B0885 (or 0x0B0885) is known color: Ultramarine. HEX triplet: 0B, 08 and 85. RGB value is (11,8,133). Sum of RGB (Red+Green+Blue) = 11+8+133=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 133 (52.34% from 255 or 87.5% from 152); Max value from RGB is 133 - color contains mainly: blue. Hex color #0B0885 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0885 is #F4F77A. Grayscale: #161616. Windows color (decimal): -16054139 or 8718347. OLE color: 8718347.

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

Color convert

RGB 11 8 133 -
CMYK 0.92 0.94 0 0.48
HSL 241.44º 0.89% 0.28% -
HSV(B) 241.44º 0.94% 0.52% -
XYZ 4.46 1.94 22.33 -
YUV 23.15 189.99 119.34 -
System Red Green Blue C M Y K H S L
Decimal 11 8 133 0.92 0.94 0 0.48 241.44 0.89 0.28
Hex B 8 85 5C 5E 0 30 F1 59 1C
Octal 13 10 205 134 136 0 60 361 131 34
Binary 1011 1000 10000101 1011100 1011110 0 110000 11110001 1011001 11100

Color Harmonies of #0B0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0885

Black with #0B0885

Text Example


Text Example

White with #0B0885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,8,133); }

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

background-color css

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

 a { background-color: rgb(11,8,133); }

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

border-color css

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

 span { border-color: rgb(11,8,133); }

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