Html Css Color HEX #1D0CCB Medium Blue

📋 copy color: '#1D0CCB'

red 29 ◦ green 12 ◦ blue 203

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

Shades of Medium Blue #1D0CCB

Tints of Medium Blue #1D0CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

 BLUE value IS 203 (79.69% from 255) = 83.2%

R = 11.89%
G = 4.92%
B = 83.2%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D0CCB (or 0x1D0CCB) is known color: Medium Blue. HEX triplet: 1D, 0C and CB. RGB value is (29,12,203). Sum of RGB (Red+Green+Blue) = 29+12+203=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 203 (79.69% from 255 or 83.20% from 244); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D0CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0CCB is #E2F334. Grayscale: #262626. Windows color (decimal): -14873397 or 13306909. OLE color: 13306909.

HSL color Cylindrical-coordinate representation of color #1D0CCB: hue angle of 245.34º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0CCB is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 12 203 -
CMYK 0.86 0.94 0 0.20
HSL 245.34º 0.89% 0.42% -
HSV(B) 245.34º 0.94% 0.8% -
XYZ 11.42 4.84 56.83 -
YUV 38.86 220.63 120.97 -
System Red Green Blue C M Y K H S L
Decimal 29 12 203 0.86 0.94 0 0.20 245.34 0.89 0.42
Hex 1D C CB 56 5E 0 14 F5 59 2A
Octal 35 14 313 126 136 0 24 365 131 52
Binary 11101 1100 11001011 1010110 1011110 0 10100 11110101 1011001 101010

Color Harmonies of #1D0CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0CCB

Black with #1D0CCB

Text Example


Text Example

White with #1D0CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,12,203); }

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

background-color css

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

 a { background-color: rgb(29,12,203); }

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

border-color css

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

 span { border-color: rgb(29,12,203); }

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