Html Css Color HEX #010CDB Medium Blue

📋 copy color: '#010CDB'

red 1 ◦ green 12 ◦ blue 219

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

Shades of Medium Blue #010CDB

Tints of Medium Blue #010CDB

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

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

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

R = 0.43%
G = 5.17%
B = 94.4%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#010CDB (or 0x010CDB) is known color: Medium Blue. HEX triplet: 01, 0C and DB. RGB value is (1,12,219). Sum of RGB (Red+Green+Blue) = 1+12+219=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 219 (85.94% from 255 or 94.40% from 232); Max value from RGB is 219 - color contains mainly: blue. Hex color #010CDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CDB is #FEF324. Grayscale: #1F1F1F. Windows color (decimal): -16708389 or 14355457. OLE color: 14355457.

HSL color Cylindrical-coordinate representation of color #010CDB: hue angle of 236.97º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010CDB is Cyan = 1.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 12 219 -
CMYK 1.00 0.95 0 0.14
HSL 236.97º 0.99% 0.43% -
HSV(B) 236.97º 1% 0.86% -
XYZ 12.93 5.38 67.38 -
YUV 32.31 233.36 105.67 -
System Red Green Blue C M Y K H S L
Decimal 1 12 219 1.00 0.95 0 0.14 236.97 0.99 0.43
Hex 1 C DB 64 5F 0 E ED 63 2B
Octal 1 14 333 144 137 0 16 355 143 53
Binary 1 1100 11011011 1100100 1011111 0 1110 11101101 1100011 101011

Color Harmonies of #010CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CDB

Black with #010CDB

Text Example


Text Example

White with #010CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010CDB; }

 p { color: rgb(1,12,219); }

 H1.HeaderClassName
 {
   color: #010CDB;
 }
 .AnyTagClassName
 {
   color: #010CDB;
 }
</style>

background-color css

<style>
 a { background-color: #010CDB; }

 a { background-color: rgb(1,12,219); }

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

border-color css

<style>
 span { border-color: #010CDB; }

 span { border-color: rgb(1,12,219); }

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