Html Css Color HEX #1D12DB Medium Blue

📋 copy color: '#1D12DB'

red 29 ◦ green 18 ◦ blue 219

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

Shades of Medium Blue #1D12DB

Tints of Medium Blue #1D12DB

RGB

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

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

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

R = 10.9%
G = 6.77%
B = 82.33%

CMYK

 C value IS 0.87

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1D12DB (or 0x1D12DB) is known color: Medium Blue. HEX triplet: 1D, 12 and DB. RGB value is (29,18,219). Sum of RGB (Red+Green+Blue) = 29+18+219=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D12DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D12DB is #E2ED24. Grayscale: #2B2B2B. Windows color (decimal): -14871845 or 14357021. OLE color: 14357021.

HSL color Cylindrical-coordinate representation of color #1D12DB: hue angle of 243.28º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D12DB is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 29 18 219 -
CMYK 0.87 0.92 0 0.14
HSL 243.28º 0.85% 0.46% -
HSV(B) 243.28º 0.92% 0.86% -
XYZ 13.51 5.81 67.43 -
YUV 44.2 226.64 117.16 -
System Red Green Blue C M Y K H S L
Decimal 29 18 219 0.87 0.92 0 0.14 243.28 0.85 0.46
Hex 1D 12 DB 57 5C 0 E F3 55 2E
Octal 35 22 333 127 134 0 16 363 125 56
Binary 11101 10010 11011011 1010111 1011100 0 1110 11110011 1010101 101110

Color Harmonies of #1D12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D12DB

Black with #1D12DB

Text Example


Text Example

White with #1D12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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