Html Css Color HEX #0102BA Medium Blue

📋 copy color: '#0102BA'

red 1 ◦ green 2 ◦ blue 186

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

Shades of Medium Blue #0102BA

Tints of Medium Blue #0102BA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 186 (73.05% from 255) = 98.41%

R = 0.53%
G = 1.06%
B = 98.41%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0102BA (or 0x0102BA) is known color: Medium Blue. HEX triplet: 01, 02 and BA. RGB value is (1,2,186). Sum of RGB (Red+Green+Blue) = 1+2+186=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 186 (73.05% from 255 or 98.41% from 189); Max value from RGB is 186 - color contains mainly: blue. Hex color #0102BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0102BA is #FEFD45. Grayscale: #151515. Windows color (decimal): -16710982 or 12190209. OLE color: 12190209.

HSL color Cylindrical-coordinate representation of color #0102BA: hue angle of 239.68º 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 #0102BA is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 2 186 -
CMYK 0.99 0.99 0 0.27
HSL 239.68º 0.99% 0.37% -
HSV(B) 239.68º 0.99% 0.73% -
XYZ 8.9 3.6 46.68 -
YUV 22.68 220.17 112.54 -
System Red Green Blue C M Y K H S L
Decimal 1 2 186 0.99 0.99 0 0.27 239.68 0.99 0.37
Hex 1 2 BA 63 63 0 1B F0 63 25
Octal 1 2 272 143 143 0 33 360 143 45
Binary 1 10 10111010 1100011 1100011 0 11011 11110000 1100011 100101

Color Harmonies of #0102BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0102BA

Black with #0102BA

Text Example


Text Example

White with #0102BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0102BA; }

 p { color: rgb(1,2,186); }

 H1.HeaderClassName
 {
   color: #0102BA;
 }
 .AnyTagClassName
 {
   color: #0102BA;
 }
</style>

background-color css

<style>
 a { background-color: #0102BA; }

 a { background-color: rgb(1,2,186); }

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

border-color css

<style>
 span { border-color: #0102BA; }

 span { border-color: rgb(1,2,186); }

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