Html Css Color HEX #000FCB Medium Blue

📋 copy color: '#000FCB'

red 0 ◦ green 15 ◦ blue 203

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

Shades of Medium Blue #000FCB

Tints of Medium Blue #000FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.88%

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

R = 0%
G = 6.88%
B = 93.12%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#000FCB (or 0x000FCB) is known color: Medium Blue. HEX triplet: 00, 0F and CB. RGB value is (0,15,203). Sum of RGB (Red+Green+Blue) = 0+15+203=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 203 (79.69% from 255 or 93.12% from 218); Max value from RGB is 203 - color contains mainly: blue. Hex color #000FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000FCB is #FFF034. Grayscale: #1F1F1F. Windows color (decimal): -16773173 or 13307648. OLE color: 13307648.

HSL color Cylindrical-coordinate representation of color #000FCB: hue angle of 235.57º 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 #000FCB is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 15 203 -
CMYK 1 0.93 0 0.20
HSL 235.57º 1% 0.4% -
HSV(B) 235.57º 1% 0.8% -
XYZ 10.95 4.65 56.82 -
YUV 31.95 224.53 105.21 -
System Red Green Blue C M Y K H S L
Decimal 0 15 203 1 0.93 0 0.20 235.57 1 0.4
Hex 0 F CB 64 5D 0 14 EC 64 28
Octal 0 17 313 144 135 0 24 354 144 50
Binary 0 1111 11001011 1100100 1011101 0 10100 11101100 1100100 101000

Color Harmonies of #000FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000FCB

Black with #000FCB

Text Example


Text Example

White with #000FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000FCB; }

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

 H1.HeaderClassName
 {
   color: #000FCB;
 }
 .AnyTagClassName
 {
   color: #000FCB;
 }
</style>

background-color css

<style>
 a { background-color: #000FCB; }

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

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

border-color css

<style>
 span { border-color: #000FCB; }

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

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