Html Css Color HEX #0B1682 Ultramarine

📋 copy color: '#0B1682'

red 11 ◦ green 22 ◦ blue 130

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

Shades of Ultramarine #0B1682

Tints of Ultramarine #0B1682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 79.75%

R = 6.75%
G = 13.5%
B = 79.75%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0B1682 (or 0x0B1682) is known color: Ultramarine. HEX triplet: 0B, 16 and 82. RGB value is (11,22,130). Sum of RGB (Red+Green+Blue) = 11+22+130=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 130 (51.17% from 255 or 79.75% from 163); Max value from RGB is 130 - color contains mainly: blue. Hex color #0B1682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1682 is #F4E97D. Grayscale: #1E1E1E. Windows color (decimal): -16050558 or 8525323. OLE color: 8525323.

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

Color convert

RGB 11 22 130 -
CMYK 0.92 0.83 0 0.49
HSL 234.45º 0.84% 0.28% -
HSV(B) 234.45º 0.92% 0.51% -
XYZ 4.45 2.26 21.32 -
YUV 31.02 183.86 113.72 -
System Red Green Blue C M Y K H S L
Decimal 11 22 130 0.92 0.83 0 0.49 234.45 0.84 0.28
Hex B 16 82 5C 53 0 31 EA 54 1C
Octal 13 26 202 134 123 0 61 352 124 34
Binary 1011 10110 10000010 1011100 1010011 0 110001 11101010 1010100 11100

Color Harmonies of #0B1682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1682

Black with #0B1682

Text Example


Text Example

White with #0B1682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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