Html Css Color HEX #010CBB Medium Blue

📋 copy color: '#010CBB'

red 1 ◦ green 12 ◦ blue 187

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

Shades of Medium Blue #010CBB

Tints of Medium Blue #010CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 93.5%

R = 0.5%
G = 6%
B = 93.5%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#010CBB (or 0x010CBB) is known color: Medium Blue. HEX triplet: 01, 0C and BB. RGB value is (1,12,187). Sum of RGB (Red+Green+Blue) = 1+12+187=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 187 (73.44% from 255 or 93.5% from 200); Max value from RGB is 187 - color contains mainly: blue. Hex color #010CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010CBB is #FEF344. Grayscale: #1B1B1B. Windows color (decimal): -16708421 or 12258305. OLE color: 12258305.

HSL color Cylindrical-coordinate representation of color #010CBB: hue angle of 236.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010CBB is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 12 187 -
CMYK 0.99 0.94 0 0.27
HSL 236.45º 0.99% 0.37% -
HSV(B) 236.45º 0.99% 0.73% -
XYZ 9.11 3.86 47.28 -
YUV 28.66 217.36 108.27 -
System Red Green Blue C M Y K H S L
Decimal 1 12 187 0.99 0.94 0 0.27 236.45 0.99 0.37
Hex 1 C BB 63 5E 0 1B EC 63 25
Octal 1 14 273 143 136 0 33 354 143 45
Binary 1 1100 10111011 1100011 1011110 0 11011 11101100 1100011 100101

Color Harmonies of #010CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010CBB

Black with #010CBB

Text Example


Text Example

White with #010CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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