Html Css Color HEX #0016ED Blue

📋 copy color: '#0016ED'

red 0 ◦ green 22 ◦ blue 237

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

Shades of Blue #0016ED

Tints of Blue #0016ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 91.51%

R = 0%
G = 8.49%
B = 91.51%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0016ED (or 0x0016ED) is known color: Blue. HEX triplet: 00, 16 and ED. RGB value is (0,22,237). Sum of RGB (Red+Green+Blue) = 0+22+237=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 237 (92.97% from 255 or 91.51% from 259); Max value from RGB is 237 - color contains mainly: blue. Hex color #0016ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0016ED is #FFE912. Grayscale: #272727. Windows color (decimal): -16771347 or 15537664. OLE color: 15537664.

HSL color Cylindrical-coordinate representation of color #0016ED: hue angle of 234.43º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0016ED is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 22 237 -
CMYK 1 0.91 0 0.07
HSL 234.43º 1% 0.46% -
HSV(B) 234.43º 1% 0.93% -
XYZ 15.57 6.69 80.59 -
YUV 39.93 239.21 99.52 -
System Red Green Blue C M Y K H S L
Decimal 0 22 237 1 0.91 0 0.07 234.43 1 0.46
Hex 0 16 ED 64 5B 0 7 EA 64 2E
Octal 0 26 355 144 133 0 7 352 144 56
Binary 0 10110 11101101 1100100 1011011 0 111 11101010 1100100 101110

Color Harmonies of #0016ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0016ED

Black with #0016ED

Text Example


Text Example

White with #0016ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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