Html Css Color HEX #1D14B7 Medium Blue

📋 copy color: '#1D14B7'

red 29 ◦ green 20 ◦ blue 183

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

Shades of Medium Blue #1D14B7

Tints of Medium Blue #1D14B7

RGB

 RED value IS 29 (11.72% from 255) = 12.5%

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

 BLUE value IS 183 (71.88% from 255) = 78.88%

R = 12.5%
G = 8.62%
B = 78.88%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1D14B7 (or 0x1D14B7) is known color: Medium Blue. HEX triplet: 1D, 14 and B7. RGB value is (29,20,183). Sum of RGB (Red+Green+Blue) = 29+20+183=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 183 (71.88% from 255 or 78.88% from 232); Max value from RGB is 183 - color contains mainly: blue. Hex color #1D14B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D14B7 is #E2EB48. Grayscale: #282828. Windows color (decimal): -14871369 or 11998237. OLE color: 11998237.

HSL color Cylindrical-coordinate representation of color #1D14B7: hue angle of 243.31º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D14B7 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 29 20 183 -
CMYK 0.84 0.89 0 0.28
HSL 243.31º 0.8% 0.4% -
HSV(B) 243.31º 0.89% 0.72% -
XYZ 9.3 4.18 45.12 -
YUV 41.27 207.98 119.25 -
System Red Green Blue C M Y K H S L
Decimal 29 20 183 0.84 0.89 0 0.28 243.31 0.8 0.4
Hex 1D 14 B7 54 59 0 1C F3 50 28
Octal 35 24 267 124 131 0 34 363 120 50
Binary 11101 10100 10110111 1010100 1011001 0 11100 11110011 1010000 101000

Color Harmonies of #1D14B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D14B7

Black with #1D14B7

Text Example


Text Example

White with #1D14B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D14B7; }

 p { color: rgb(29,20,183); }

 H1.HeaderClassName
 {
   color: #1D14B7;
 }
 .AnyTagClassName
 {
   color: #1D14B7;
 }
</style>

background-color css

<style>
 a { background-color: #1D14B7; }

 a { background-color: rgb(29,20,183); }

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

border-color css

<style>
 span { border-color: #1D14B7; }

 span { border-color: rgb(29,20,183); }

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