Html Css Color HEX #0013CB Medium Blue

📋 copy color: '#0013CB'

red 0 ◦ green 19 ◦ blue 203

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

Shades of Medium Blue #0013CB

Tints of Medium Blue #0013CB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 19 (7.81% from 255) = 8.56%

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

R = 0%
G = 8.56%
B = 91.44%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0013CB (or 0x0013CB) is known color: Medium Blue. HEX triplet: 00, 13 and CB. RGB value is (0,19,203). Sum of RGB (Red+Green+Blue) = 0+19+203=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 203 (79.69% from 255 or 91.44% from 222); Max value from RGB is 203 - color contains mainly: blue. Hex color #0013CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0013CB is #FFEC34. Grayscale: #212121. Windows color (decimal): -16772149 or 13308672. OLE color: 13308672.

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

Color convert

RGB 0 19 203 -
CMYK 1 0.91 0 0.20
HSL 234.38º 1% 0.4% -
HSV(B) 234.38º 1% 0.8% -
XYZ 11.01 4.78 56.84 -
YUV 34.3 223.21 103.54 -
System Red Green Blue C M Y K H S L
Decimal 0 19 203 1 0.91 0 0.20 234.38 1 0.4
Hex 0 13 CB 64 5B 0 14 EA 64 28
Octal 0 23 313 144 133 0 24 352 144 50
Binary 0 10011 11001011 1100100 1011011 0 10100 11101010 1100100 101000

Color Harmonies of #0013CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0013CB

Black with #0013CB

Text Example


Text Example

White with #0013CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,19,203); }

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

background-color css

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

 a { background-color: rgb(0,19,203); }

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

border-color css

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

 span { border-color: rgb(0,19,203); }

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