Html Css Color HEX #0B1381 Ultramarine

📋 copy color: '#0B1381'

red 11 ◦ green 19 ◦ blue 129

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

Shades of Ultramarine #0B1381

Tints of Ultramarine #0B1381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.95%

 BLUE value IS 129 (50.78% from 255) = 81.13%

R = 6.92%
G = 11.95%
B = 81.13%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0B1381 (or 0x0B1381) is known color: Ultramarine. HEX triplet: 0B, 13 and 81. RGB value is (11,19,129). Sum of RGB (Red+Green+Blue) = 11+19+129=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 129 (50.78% from 255 or 81.13% from 159); Max value from RGB is 129 - color contains mainly: blue. Hex color #0B1381 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1381 is #F4EC7E. Grayscale: #1C1C1C. Windows color (decimal): -16051327 or 8459019. OLE color: 8459019.

HSL color Cylindrical-coordinate representation of color #0B1381: hue angle of 235.93º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1381 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 11 19 129 -
CMYK 0.91 0.85 0 0.49
HSL 235.93º 0.84% 0.27% -
HSV(B) 235.93º 0.91% 0.51% -
XYZ 4.33 2.12 20.95 -
YUV 29.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 11 19 129 0.91 0.85 0 0.49 235.93 0.84 0.27
Hex B 13 81 5B 55 0 31 EC 54 1B
Octal 13 23 201 133 125 0 61 354 124 33
Binary 1011 10011 10000001 1011011 1010101 0 110001 11101100 1010100 11011

Color Harmonies of #0B1381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1381

Black with #0B1381

Text Example


Text Example

White with #0B1381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,19,129); }

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

background-color css

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

 a { background-color: rgb(11,19,129); }

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

border-color css

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

 span { border-color: rgb(11,19,129); }

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