Html Css Color HEX #010CB8 Medium Blue

📋 copy color: '#010CB8'

red 1 ◦ green 12 ◦ blue 184

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

Shades of Medium Blue #010CB8

Tints of Medium Blue #010CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 93.4%

R = 0.51%
G = 6.09%
B = 93.4%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#010CB8 (or 0x010CB8) is known color: Medium Blue. HEX triplet: 01, 0C and B8. RGB value is (1,12,184). Sum of RGB (Red+Green+Blue) = 1+12+184=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 184 (72.27% from 255 or 93.40% from 197); Max value from RGB is 184 - color contains mainly: blue. Hex color #010CB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CB8 is #FEF347. Grayscale: #1B1B1B. Windows color (decimal): -16708424 or 12061697. OLE color: 12061697.

HSL color Cylindrical-coordinate representation of color #010CB8: hue angle of 236.39º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010CB8 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 12 184 -
CMYK 0.99 0.93 0 0.28
HSL 236.39º 0.99% 0.36% -
HSV(B) 236.39º 0.99% 0.72% -
XYZ 8.8 3.73 45.6 -
YUV 28.32 215.86 108.51 -
System Red Green Blue C M Y K H S L
Decimal 1 12 184 0.99 0.93 0 0.28 236.39 0.99 0.36
Hex 1 C B8 63 5D 0 1C EC 63 24
Octal 1 14 270 143 135 0 34 354 143 44
Binary 1 1100 10111000 1100011 1011101 0 11100 11101100 1100011 100100

Color Harmonies of #010CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CB8

Black with #010CB8

Text Example


Text Example

White with #010CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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