Html Css Color HEX #0D14BE Medium Blue

📋 copy color: '#0D14BE'

red 13 ◦ green 20 ◦ blue 190

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

Shades of Medium Blue #0D14BE

Tints of Medium Blue #0D14BE

RGB

 RED value IS 13 (5.47% from 255) = 5.83%

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

 BLUE value IS 190 (74.61% from 255) = 85.2%

R = 5.83%
G = 8.97%
B = 85.2%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D14BE (or 0x0D14BE) is known color: Medium Blue. HEX triplet: 0D, 14 and BE. RGB value is (13,20,190). Sum of RGB (Red+Green+Blue) = 13+20+190=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 190 (74.61% from 255 or 85.20% from 223); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D14BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D14BE is #F2EB41. Grayscale: #242424. Windows color (decimal): -15919938 or 12456973. OLE color: 12456973.

HSL color Cylindrical-coordinate representation of color #0D14BE: hue angle of 237.63º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D14BE is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 20 190 -
CMYK 0.93 0.89 0 0.25
HSL 237.63º 0.87% 0.4% -
HSV(B) 237.63º 0.93% 0.75% -
XYZ 9.71 4.3 49.03 -
YUV 37.29 214.18 110.68 -
System Red Green Blue C M Y K H S L
Decimal 13 20 190 0.93 0.89 0 0.25 237.63 0.87 0.4
Hex D 14 BE 5D 59 0 19 EE 57 28
Octal 15 24 276 135 131 0 31 356 127 50
Binary 1101 10100 10111110 1011101 1011001 0 11001 11101110 1010111 101000

Color Harmonies of #0D14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D14BE

Black with #0D14BE

Text Example


Text Example

White with #0D14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,20,190); }

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

background-color css

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

 a { background-color: rgb(13,20,190); }

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

border-color css

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

 span { border-color: rgb(13,20,190); }

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