Html Css Color HEX #055EFB Navy Blue

📋 copy color: '#055EFB'

red 5 ◦ green 94 ◦ blue 251

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

Shades of Navy Blue #055EFB

Tints of Navy Blue #055EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.86%

 BLUE value IS 251 (98.44% from 255) = 71.71%

R = 1.43%
G = 26.86%
B = 71.71%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#055EFB (or 0x055EFB) is known color: Navy Blue. HEX triplet: 05, 5E and FB. RGB value is (5,94,251). Sum of RGB (Red+Green+Blue) = 5+94+251=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #055EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055EFB is #FAA104. Grayscale: #545454. Windows color (decimal): -16425221 or 16473605. OLE color: 16473605.

HSL color Cylindrical-coordinate representation of color #055EFB: hue angle of 218.29º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055EFB is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 94 251 -
CMYK 0.98 0.63 0 0.02
HSL 218.29º 0.97% 0.5% -
HSV(B) 218.29º 0.98% 0.98% -
XYZ 21.48 15 93.03 -
YUV 85.29 221.51 70.73 -
System Red Green Blue C M Y K H S L
Decimal 5 94 251 0.98 0.63 0 0.02 218.29 0.97 0.5
Hex 5 5E FB 62 3F 0 2 DA 61 32
Octal 5 136 373 142 77 0 2 332 141 62
Binary 101 1011110 11111011 1100010 111111 0 10 11011010 1100001 110010

Color Harmonies of #055EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055EFB

Black with #055EFB

Text Example


Text Example

White with #055EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,94,251); }

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

background-color css

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

 a { background-color: rgb(5,94,251); }

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

border-color css

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

 span { border-color: rgb(5,94,251); }

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