Html Css Color HEX #055BD3 Navy Blue

📋 copy color: '#055BD3'

red 5 ◦ green 91 ◦ blue 211

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

Shades of Navy Blue #055BD3

Tints of Navy Blue #055BD3

RGB

 RED value IS 5 (2.34% from 255) = 1.63%

 GREEN value IS 91 (35.94% from 255) = 29.64%

 BLUE value IS 211 (82.81% from 255) = 68.73%

R = 1.63%
G = 29.64%
B = 68.73%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#055BD3 (or 0x055BD3) is known color: Navy Blue. HEX triplet: 05, 5B and D3. RGB value is (5,91,211). Sum of RGB (Red+Green+Blue) = 5+91+211=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 211 (82.81% from 255 or 68.73% from 307); Max value from RGB is 211 - color contains mainly: blue. Hex color #055BD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055BD3 is #FAA42C. Grayscale: #4E4E4E. Windows color (decimal): -16426029 or 13851397. OLE color: 13851397.

HSL color Cylindrical-coordinate representation of color #055BD3: hue angle of 214.95º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055BD3 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 5 91 211 -
CMYK 0.98 0.57 0 0.17
HSL 214.95º 0.95% 0.42% -
HSV(B) 214.95º 0.98% 0.83% -
XYZ 15.56 12.22 63.17 -
YUV 78.97 202.51 75.24 -
System Red Green Blue C M Y K H S L
Decimal 5 91 211 0.98 0.57 0 0.17 214.95 0.95 0.42
Hex 5 5B D3 62 39 0 11 D7 5F 2A
Octal 5 133 323 142 71 0 21 327 137 52
Binary 101 1011011 11010011 1100010 111001 0 10001 11010111 1011111 101010

Color Harmonies of #055BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055BD3

Black with #055BD3

Text Example


Text Example

White with #055BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055BD3; }

 p { color: rgb(5,91,211); }

 H1.HeaderClassName
 {
   color: #055BD3;
 }
 .AnyTagClassName
 {
   color: #055BD3;
 }
</style>

background-color css

<style>
 a { background-color: #055BD3; }

 a { background-color: rgb(5,91,211); }

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

border-color css

<style>
 span { border-color: #055BD3; }

 span { border-color: rgb(5,91,211); }

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