Html Css Color HEX #0B1789 Ultramarine

📋 copy color: '#0B1789'

red 11 ◦ green 23 ◦ blue 137

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

Shades of Ultramarine #0B1789

Tints of Ultramarine #0B1789

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

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

R = 6.43%
G = 13.45%
B = 80.12%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0B1789 (or 0x0B1789) is known color: Ultramarine. HEX triplet: 0B, 17 and 89. RGB value is (11,23,137). Sum of RGB (Red+Green+Blue) = 11+23+137=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 137 (53.91% from 255 or 80.12% from 171); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B1789 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1789 is #F4E876. Grayscale: #1F1F1F. Windows color (decimal): -16050295 or 8984331. OLE color: 8984331.

HSL color Cylindrical-coordinate representation of color #0B1789: hue angle of 234.29º 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 #0B1789 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 11 23 137 -
CMYK 0.92 0.83 0 0.46
HSL 234.29º 0.85% 0.29% -
HSV(B) 234.29º 0.92% 0.54% -
XYZ 4.96 2.49 23.89 -
YUV 32.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 11 23 137 0.92 0.83 0 0.46 234.29 0.85 0.29
Hex B 17 89 5C 53 0 2E EA 55 1D
Octal 13 27 211 134 123 0 56 352 125 35
Binary 1011 10111 10001001 1011100 1010011 0 101110 11101010 1010101 11101

Color Harmonies of #0B1789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1789

Black with #0B1789

Text Example


Text Example

White with #0B1789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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