Html Css Color HEX #1D0BBC Medium Blue

📋 copy color: '#1D0BBC'

red 29 ◦ green 11 ◦ blue 188

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

Shades of Medium Blue #1D0BBC

Tints of Medium Blue #1D0BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.82%

 BLUE value IS 188 (73.83% from 255) = 82.46%

R = 12.72%
G = 4.82%
B = 82.46%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D0BBC (or 0x1D0BBC) is known color: Medium Blue. HEX triplet: 1D, 0B and BC. RGB value is (29,11,188). Sum of RGB (Red+Green+Blue) = 29+11+188=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 188 (73.83% from 255 or 82.46% from 228); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D0BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0BBC is #E2F443. Grayscale: #232323. Windows color (decimal): -14873668 or 12323613. OLE color: 12323613.

HSL color Cylindrical-coordinate representation of color #1D0BBC: hue angle of 246.1º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0BBC is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 11 188 -
CMYK 0.85 0.94 0 0.26
HSL 246.1º 0.89% 0.39% -
HSV(B) 246.1º 0.94% 0.74% -
XYZ 9.7 4.13 47.86 -
YUV 36.56 213.46 122.61 -
System Red Green Blue C M Y K H S L
Decimal 29 11 188 0.85 0.94 0 0.26 246.1 0.89 0.39
Hex 1D B BC 55 5E 0 1A F6 59 27
Octal 35 13 274 125 136 0 32 366 131 47
Binary 11101 1011 10111100 1010101 1011110 0 11010 11110110 1011001 100111

Color Harmonies of #1D0BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0BBC

Black with #1D0BBC

Text Example


Text Example

White with #1D0BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,11,188); }

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

background-color css

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

 a { background-color: rgb(29,11,188); }

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

border-color css

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

 span { border-color: rgb(29,11,188); }

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