Html Css Color HEX #0B0CEB Blue

📋 copy color: '#0B0CEB'

red 11 ◦ green 12 ◦ blue 235

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

Shades of Blue #0B0CEB

Tints of Blue #0B0CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.65%

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

R = 4.26%
G = 4.65%
B = 91.09%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0B0CEB (or 0x0B0CEB) is known color: Blue. HEX triplet: 0B, 0C and EB. RGB value is (11,12,235). Sum of RGB (Red+Green+Blue) = 11+12+235=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 235 (92.19% from 255 or 91.09% from 258); Max value from RGB is 235 - color contains mainly: blue. Hex color #0B0CEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B0CEB is #F4F314. Grayscale: #242424. Windows color (decimal): -16053013 or 15404043. OLE color: 15404043.

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

Color convert

RGB 11 12 235 -
CMYK 0.95 0.95 0 0.08
HSL 239.73º 0.91% 0.48% -
HSV(B) 239.73º 0.95% 0.92% -
XYZ 15.26 6.33 79.01 -
YUV 37.12 239.67 109.37 -
System Red Green Blue C M Y K H S L
Decimal 11 12 235 0.95 0.95 0 0.08 239.73 0.91 0.48
Hex B C EB 5F 5F 0 8 F0 5B 30
Octal 13 14 353 137 137 0 10 360 133 60
Binary 1011 1100 11101011 1011111 1011111 0 1000 11110000 1011011 110000

Color Harmonies of #0B0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0CEB

Black with #0B0CEB

Text Example


Text Example

White with #0B0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,12,235); }

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

background-color css

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

 a { background-color: rgb(11,12,235); }

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

border-color css

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

 span { border-color: rgb(11,12,235); }

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