Html Css Color HEX #0B1689 Ultramarine

📋 copy color: '#0B1689'

red 11 ◦ green 22 ◦ blue 137

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

Shades of Ultramarine #0B1689

Tints of Ultramarine #0B1689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.94%

 BLUE value IS 137 (53.91% from 255) = 80.59%

R = 6.47%
G = 12.94%
B = 80.59%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0B1689 (or 0x0B1689) is known color: Ultramarine. HEX triplet: 0B, 16 and 89. RGB value is (11,22,137). Sum of RGB (Red+Green+Blue) = 11+22+137=170 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.47% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B1689 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1689 is #F4E976. Grayscale: #1F1F1F. Windows color (decimal): -16050551 or 8984075. OLE color: 8984075.

HSL color Cylindrical-coordinate representation of color #0B1689: hue angle of 234.76º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B1689 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 11 22 137 -
CMYK 0.92 0.84 0 0.46
HSL 234.76º 0.85% 0.29% -
HSV(B) 234.76º 0.92% 0.54% -
XYZ 4.94 2.45 23.88 -
YUV 31.82 187.36 113.15 -
System Red Green Blue C M Y K H S L
Decimal 11 22 137 0.92 0.84 0 0.46 234.76 0.85 0.29
Hex B 16 89 5C 54 0 2E EB 55 1D
Octal 13 26 211 134 124 0 56 353 125 35
Binary 1011 10110 10001001 1011100 1010100 0 101110 11101011 1010101 11101

Color Harmonies of #0B1689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1689

Black with #0B1689

Text Example


Text Example

White with #0B1689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,22,137); }

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

background-color css

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

 a { background-color: rgb(11,22,137); }

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

border-color css

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

 span { border-color: rgb(11,22,137); }

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