Html Css Color HEX #0016BD Medium Blue

📋 copy color: '#0016BD'

red 0 ◦ green 22 ◦ blue 189

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

Shades of Medium Blue #0016BD

Tints of Medium Blue #0016BD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

 BLUE value IS 189 (74.22% from 255) = 89.57%

R = 0%
G = 10.43%
B = 89.57%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0016BD (or 0x0016BD) is known color: Medium Blue. HEX triplet: 00, 16 and BD. RGB value is (0,22,189). Sum of RGB (Red+Green+Blue) = 0+22+189=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 189 (74.22% from 255 or 89.57% from 211); Max value from RGB is 189 - color contains mainly: blue. Hex color #0016BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0016BD is #FFE942. Grayscale: #212121. Windows color (decimal): -16771395 or 12391936. OLE color: 12391936.

HSL color Cylindrical-coordinate representation of color #0016BD: hue angle of 233.02º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0016BD is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 22 189 -
CMYK 1 0.88 0 0.26
HSL 233.02º 1% 0.37% -
HSV(B) 233.02º 1% 0.74% -
XYZ 9.47 4.25 48.46 -
YUV 34.46 215.21 103.42 -
System Red Green Blue C M Y K H S L
Decimal 0 22 189 1 0.88 0 0.26 233.02 1 0.37
Hex 0 16 BD 64 58 0 1A E9 64 25
Octal 0 26 275 144 130 0 32 351 144 45
Binary 0 10110 10111101 1100100 1011000 0 11010 11101001 1100100 100101

Color Harmonies of #0016BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0016BD

Black with #0016BD

Text Example


Text Example

White with #0016BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0016BD; }

 p { color: rgb(0,22,189); }

 H1.HeaderClassName
 {
   color: #0016BD;
 }
 .AnyTagClassName
 {
   color: #0016BD;
 }
</style>

background-color css

<style>
 a { background-color: #0016BD; }

 a { background-color: rgb(0,22,189); }

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

border-color css

<style>
 span { border-color: #0016BD; }

 span { border-color: rgb(0,22,189); }

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