Html Css Color HEX #0B138D Ultramarine

📋 copy color: '#0B138D'

red 11 ◦ green 19 ◦ blue 141

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

Shades of Ultramarine #0B138D

Tints of Ultramarine #0B138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 82.46%

R = 6.43%
G = 11.11%
B = 82.46%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B138D (or 0x0B138D) is known color: Ultramarine. HEX triplet: 0B, 13 and 8D. RGB value is (11,19,141). Sum of RGB (Red+Green+Blue) = 11+19+141=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 141 (55.47% from 255 or 82.46% from 171); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B138D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B138D is #F4EC72. Grayscale: #1E1E1E. Windows color (decimal): -16051315 or 9245451. OLE color: 9245451.

HSL color Cylindrical-coordinate representation of color #0B138D: hue angle of 236.31º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B138D is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 11 19 141 -
CMYK 0.92 0.87 0 0.45
HSL 236.31º 0.86% 0.3% -
HSV(B) 236.31º 0.92% 0.55% -
XYZ 5.18 2.46 25.4 -
YUV 30.52 190.35 114.08 -
System Red Green Blue C M Y K H S L
Decimal 11 19 141 0.92 0.87 0 0.45 236.31 0.86 0.3
Hex B 13 8D 5C 57 0 2D EC 56 1E
Octal 13 23 215 134 127 0 55 354 126 36
Binary 1011 10011 10001101 1011100 1010111 0 101101 11101100 1010110 11110

Color Harmonies of #0B138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B138D

Black with #0B138D

Text Example


Text Example

White with #0B138D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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