Html Css Color HEX #0B14DC Medium Blue

📋 copy color: '#0B14DC'

red 11 ◦ green 20 ◦ blue 220

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

Shades of Medium Blue #0B14DC

Tints of Medium Blue #0B14DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.97%

 BLUE value IS 220 (86.33% from 255) = 87.65%

R = 4.38%
G = 7.97%
B = 87.65%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0B14DC (or 0x0B14DC) is known color: Medium Blue. HEX triplet: 0B, 14 and DC. RGB value is (11,20,220). Sum of RGB (Red+Green+Blue) = 11+20+220=251 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.38% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 220 (86.33% from 255 or 87.65% from 251); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B14DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B14DC is #F4EB23. Grayscale: #272727. Windows color (decimal): -16050980 or 14423051. OLE color: 14423051.

HSL color Cylindrical-coordinate representation of color #0B14DC: hue angle of 237.42º 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 #0B14DC is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 20 220 -
CMYK 0.95 0.91 0 0.14
HSL 237.42º 0.9% 0.45% -
HSV(B) 237.42º 0.95% 0.86% -
XYZ 13.31 5.74 68.12 -
YUV 40.11 229.52 107.24 -
System Red Green Blue C M Y K H S L
Decimal 11 20 220 0.95 0.91 0 0.14 237.42 0.9 0.45
Hex B 14 DC 5F 5B 0 E ED 5A 2D
Octal 13 24 334 137 133 0 16 355 132 55
Binary 1011 10100 11011100 1011111 1011011 0 1110 11101101 1011010 101101

Color Harmonies of #0B14DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B14DC

Black with #0B14DC

Text Example


Text Example

White with #0B14DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,20,220); }

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

background-color css

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

 a { background-color: rgb(11,20,220); }

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

border-color css

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

 span { border-color: rgb(11,20,220); }

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