Html Css Color HEX #0B55EC Navy Blue

📋 copy color: '#0B55EC'

red 11 ◦ green 85 ◦ blue 236

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

Shades of Navy Blue #0B55EC

Tints of Navy Blue #0B55EC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.6%

 BLUE value IS 236 (92.58% from 255) = 71.08%

R = 3.31%
G = 25.6%
B = 71.08%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0B55EC (or 0x0B55EC) is known color: Navy Blue. HEX triplet: 0B, 55 and EC. RGB value is (11,85,236). Sum of RGB (Red+Green+Blue) = 11+85+236=332 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.31% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B55EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B55EC is #F4AA13. Grayscale: #4F4F4F. Windows color (decimal): -16034324 or 15488267. OLE color: 15488267.

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

Color convert

RGB 11 85 236 -
CMYK 0.95 0.64 0 0.07
HSL 220.27º 0.91% 0.48% -
HSV(B) 220.27º 0.95% 0.93% -
XYZ 18.53 12.62 80.82 -
YUV 80.09 215.98 78.72 -
System Red Green Blue C M Y K H S L
Decimal 11 85 236 0.95 0.64 0 0.07 220.27 0.91 0.48
Hex B 55 EC 5F 40 0 7 DC 5B 30
Octal 13 125 354 137 100 0 7 334 133 60
Binary 1011 1010101 11101100 1011111 1000000 0 111 11011100 1011011 110000

Color Harmonies of #0B55EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B55EC

Black with #0B55EC

Text Example


Text Example

White with #0B55EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,85,236); }

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

background-color css

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

 a { background-color: rgb(11,85,236); }

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

border-color css

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

 span { border-color: rgb(11,85,236); }

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