Html Css Color HEX #0B21E6 Blue

📋 copy color: '#0B21E6'

red 11 ◦ green 33 ◦ blue 230

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

Shades of Blue #0B21E6

Tints of Blue #0B21E6

RGB

 RED value IS 11 (4.69% from 255) = 4.01%

 GREEN value IS 33 (13.28% from 255) = 12.04%

 BLUE value IS 230 (90.23% from 255) = 83.94%

R = 4.01%
G = 12.04%
B = 83.94%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0B21E6 (or 0x0B21E6) is known color: Blue. HEX triplet: 0B, 21 and E6. RGB value is (11,33,230). Sum of RGB (Red+Green+Blue) = 11+33+230=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 230 (90.23% from 255 or 83.94% from 274); Max value from RGB is 230 - color contains mainly: blue. Hex color #0B21E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B21E6 is #F4DE19. Grayscale: #303030. Windows color (decimal): -16047642 or 15081739. OLE color: 15081739.

HSL color Cylindrical-coordinate representation of color #0B21E6: hue angle of 233.97º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B21E6 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 11 33 230 -
CMYK 0.95 0.86 0 0.10
HSL 233.97º 0.91% 0.47% -
HSV(B) 233.97º 0.95% 0.9% -
XYZ 14.96 6.87 75.4 -
YUV 48.88 230.21 100.98 -
System Red Green Blue C M Y K H S L
Decimal 11 33 230 0.95 0.86 0 0.10 233.97 0.91 0.47
Hex B 21 E6 5F 56 0 A EA 5B 2F
Octal 13 41 346 137 126 0 12 352 133 57
Binary 1011 100001 11100110 1011111 1010110 0 1010 11101010 1011011 101111

Color Harmonies of #0B21E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B21E6

Black with #0B21E6

Text Example


Text Example

White with #0B21E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B21E6; }

 p { color: rgb(11,33,230); }

 H1.HeaderClassName
 {
   color: #0B21E6;
 }
 .AnyTagClassName
 {
   color: #0B21E6;
 }
</style>

background-color css

<style>
 a { background-color: #0B21E6; }

 a { background-color: rgb(11,33,230); }

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

border-color css

<style>
 span { border-color: #0B21E6; }

 span { border-color: rgb(11,33,230); }

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