Html Css Color HEX #0D14C3 Medium Blue

📋 copy color: '#0D14C3'

red 13 ◦ green 20 ◦ blue 195

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

Shades of Medium Blue #0D14C3

Tints of Medium Blue #0D14C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 85.53%

R = 5.7%
G = 8.77%
B = 85.53%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0D14C3 (or 0x0D14C3) is known color: Medium Blue. HEX triplet: 0D, 14 and C3. RGB value is (13,20,195). Sum of RGB (Red+Green+Blue) = 13+20+195=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 195 (76.56% from 255 or 85.53% from 228); Max value from RGB is 195 - color contains mainly: blue. Hex color #0D14C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D14C3 is #F2EB3C. Grayscale: #252525. Windows color (decimal): -15919933 or 12784653. OLE color: 12784653.

HSL color Cylindrical-coordinate representation of color #0D14C3: hue angle of 237.69º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D14C3 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 20 195 -
CMYK 0.93 0.90 0 0.24
HSL 237.69º 0.88% 0.41% -
HSV(B) 237.69º 0.93% 0.76% -
XYZ 10.27 4.53 51.96 -
YUV 37.86 216.68 110.27 -
System Red Green Blue C M Y K H S L
Decimal 13 20 195 0.93 0.90 0 0.24 237.69 0.88 0.41
Hex D 14 C3 5D 5A 0 18 EE 58 29
Octal 15 24 303 135 132 0 30 356 130 51
Binary 1101 10100 11000011 1011101 1011010 0 11000 11101110 1011000 101001

Color Harmonies of #0D14C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D14C3

Black with #0D14C3

Text Example


Text Example

White with #0D14C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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