Html Css Color HEX #0109CB Medium Blue

📋 copy color: '#0109CB'

red 1 ◦ green 9 ◦ blue 203

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

Shades of Medium Blue #0109CB

Tints of Medium Blue #0109CB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

 BLUE value IS 203 (79.69% from 255) = 95.31%

R = 0.47%
G = 4.23%
B = 95.31%

CMYK

 C value IS 1.00

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0109CB (or 0x0109CB) is known color: Medium Blue. HEX triplet: 01, 09 and CB. RGB value is (1,9,203). Sum of RGB (Red+Green+Blue) = 1+9+203=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 203 (79.69% from 255 or 95.31% from 213); Max value from RGB is 203 - color contains mainly: blue. Hex color #0109CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0109CB is #FEF634. Grayscale: #1B1B1B. Windows color (decimal): -16709173 or 13306113. OLE color: 13306113.

HSL color Cylindrical-coordinate representation of color #0109CB: hue angle of 237.62º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0109CB is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 9 203 -
CMYK 1.00 0.96 0 0.20
HSL 237.62º 0.99% 0.4% -
HSV(B) 237.62º 1% 0.8% -
XYZ 10.89 4.51 56.8 -
YUV 28.72 226.35 108.23 -
System Red Green Blue C M Y K H S L
Decimal 1 9 203 1.00 0.96 0 0.20 237.62 0.99 0.4
Hex 1 9 CB 64 60 0 14 EE 63 28
Octal 1 11 313 144 140 0 24 356 143 50
Binary 1 1001 11001011 1100100 1100000 0 10100 11101110 1100011 101000

Color Harmonies of #0109CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0109CB

Black with #0109CB

Text Example


Text Example

White with #0109CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0109CB; }

 p { color: rgb(1,9,203); }

 H1.HeaderClassName
 {
   color: #0109CB;
 }
 .AnyTagClassName
 {
   color: #0109CB;
 }
</style>

background-color css

<style>
 a { background-color: #0109CB; }

 a { background-color: rgb(1,9,203); }

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

border-color css

<style>
 span { border-color: #0109CB; }

 span { border-color: rgb(1,9,203); }

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