Html Css Color HEX #0B55D7 Navy Blue

📋 copy color: '#0B55D7'

red 11 ◦ green 85 ◦ blue 215

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

Shades of Navy Blue #0B55D7

Tints of Navy Blue #0B55D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 69.13%

R = 3.54%
G = 27.33%
B = 69.13%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0B55D7 (or 0x0B55D7) is known color: Navy Blue. HEX triplet: 0B, 55 and D7. RGB value is (11,85,215). Sum of RGB (Red+Green+Blue) = 11+85+215=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 215 (84.38% from 255 or 69.13% from 311); Max value from RGB is 215 - color contains mainly: blue. Hex color #0B55D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B55D7 is #F4AA28. Grayscale: #4D4D4D. Windows color (decimal): -16034345 or 14112011. OLE color: 14112011.

HSL color Cylindrical-coordinate representation of color #0B55D7: hue angle of 218.24º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B55D7 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 85 215 -
CMYK 0.95 0.60 0 0.16
HSL 218.24º 0.9% 0.44% -
HSV(B) 218.24º 0.95% 0.84% -
XYZ 15.65 11.47 65.68 -
YUV 77.69 205.48 80.43 -
System Red Green Blue C M Y K H S L
Decimal 11 85 215 0.95 0.60 0 0.16 218.24 0.9 0.44
Hex B 55 D7 5F 3C 0 10 DA 5A 2C
Octal 13 125 327 137 74 0 20 332 132 54
Binary 1011 1010101 11010111 1011111 111100 0 10000 11011010 1011010 101100

Color Harmonies of #0B55D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B55D7

Black with #0B55D7

Text Example


Text Example

White with #0B55D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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