Html Css Color HEX #0015EB Blue

📋 copy color: '#0015EB'

red 0 ◦ green 21 ◦ blue 235

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

Shades of Blue #0015EB

Tints of Blue #0015EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 235 (92.19% from 255) = 91.8%

R = 0%
G = 8.2%
B = 91.8%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0015EB (or 0x0015EB) is known color: Blue. HEX triplet: 00, 15 and EB. RGB value is (0,21,235). Sum of RGB (Red+Green+Blue) = 0+21+235=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 235 (92.19% from 255 or 91.80% from 256); Max value from RGB is 235 - color contains mainly: blue. Hex color #0015EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0015EB is #FFEA14. Grayscale: #262626. Windows color (decimal): -16771605 or 15406336. OLE color: 15406336.

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

Color convert

RGB 0 21 235 -
CMYK 1 0.91 0 0.08
HSL 234.64º 1% 0.46% -
HSV(B) 234.64º 1% 0.92% -
XYZ 15.26 6.53 79.05 -
YUV 39.12 238.54 100.1 -
System Red Green Blue C M Y K H S L
Decimal 0 21 235 1 0.91 0 0.08 234.64 1 0.46
Hex 0 15 EB 64 5B 0 8 EB 64 2E
Octal 0 25 353 144 133 0 10 353 144 56
Binary 0 10101 11101011 1100100 1011011 0 1000 11101011 1100100 101110

Color Harmonies of #0015EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0015EB

Black with #0015EB

Text Example


Text Example

White with #0015EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0015EB; }

 p { color: rgb(0,21,235); }

 H1.HeaderClassName
 {
   color: #0015EB;
 }
 .AnyTagClassName
 {
   color: #0015EB;
 }
</style>

background-color css

<style>
 a { background-color: #0015EB; }

 a { background-color: rgb(0,21,235); }

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

border-color css

<style>
 span { border-color: #0015EB; }

 span { border-color: rgb(0,21,235); }

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