Html Css Color HEX #0B12DB Medium Blue

📋 copy color: '#0B12DB'

red 11 ◦ green 18 ◦ blue 219

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

Shades of Medium Blue #0B12DB

Tints of Medium Blue #0B12DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

 BLUE value IS 219 (85.94% from 255) = 88.31%

R = 4.44%
G = 7.26%
B = 88.31%

CMYK

 C value IS 0.95

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0B12DB (or 0x0B12DB) is known color: Medium Blue. HEX triplet: 0B, 12 and DB. RGB value is (11,18,219). Sum of RGB (Red+Green+Blue) = 11+18+219=248 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.44% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 219 (85.94% from 255 or 88.31% from 248); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B12DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B12DB is #F4ED24. Grayscale: #262626. Windows color (decimal): -16051493 or 14357003. OLE color: 14357003.

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

Color convert

RGB 11 18 219 -
CMYK 0.95 0.92 0 0.14
HSL 237.98º 0.9% 0.45% -
HSV(B) 237.98º 0.95% 0.86% -
XYZ 13.14 5.62 67.41 -
YUV 38.82 229.68 108.16 -
System Red Green Blue C M Y K H S L
Decimal 11 18 219 0.95 0.92 0 0.14 237.98 0.9 0.45
Hex B 12 DB 5F 5C 0 E EE 5A 2D
Octal 13 22 333 137 134 0 16 356 132 55
Binary 1011 10010 11011011 1011111 1011100 0 1110 11101110 1011010 101101

Color Harmonies of #0B12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B12DB

Black with #0B12DB

Text Example


Text Example

White with #0B12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,18,219); }

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

background-color css

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

 a { background-color: rgb(11,18,219); }

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

border-color css

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

 span { border-color: rgb(11,18,219); }

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