Html Css Color HEX #0B84DD Navy Blue

📋 copy color: '#0B84DD'

red 11 ◦ green 132 ◦ blue 221

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

Shades of Navy Blue #0B84DD

Tints of Navy Blue #0B84DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.26%

 BLUE value IS 221 (86.72% from 255) = 60.71%

R = 3.02%
G = 36.26%
B = 60.71%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B84DD (or 0x0B84DD) is known color: Navy Blue. HEX triplet: 0B, 84 and DD. RGB value is (11,132,221). Sum of RGB (Red+Green+Blue) = 11+132+221=364 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.02% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B84DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B84DD is #F47B22. Grayscale: #696969. Windows color (decimal): -16022307 or 14517259. OLE color: 14517259.

HSL color Cylindrical-coordinate representation of color #0B84DD: hue angle of 205.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B84DD is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 132 221 -
CMYK 0.95 0.40 0 0.13
HSL 205.43º 0.91% 0.45% -
HSV(B) 205.43º 0.95% 0.87% -
XYZ 21.44 21.79 71.48 -
YUV 105.97 192.91 60.26 -
System Red Green Blue C M Y K H S L
Decimal 11 132 221 0.95 0.40 0 0.13 205.43 0.91 0.45
Hex B 84 DD 5F 28 0 D CD 5B 2D
Octal 13 204 335 137 50 0 15 315 133 55
Binary 1011 10000100 11011101 1011111 101000 0 1101 11001101 1011011 101101

Color Harmonies of #0B84DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B84DD

Black with #0B84DD

Text Example


Text Example

White with #0B84DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,132,221); }

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

background-color css

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

 a { background-color: rgb(11,132,221); }

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

border-color css

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

 span { border-color: rgb(11,132,221); }

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