Html Css Color HEX #055EFC Navy Blue

📋 copy color: '#055EFC'

red 5 ◦ green 94 ◦ blue 252

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

Shades of Navy Blue #055EFC

Tints of Navy Blue #055EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.79%

R = 1.42%
G = 26.78%
B = 71.79%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#055EFC (or 0x055EFC) is known color: Navy Blue. HEX triplet: 05, 5E and FC. RGB value is (5,94,252). Sum of RGB (Red+Green+Blue) = 5+94+252=351 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #055EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055EFC is #FAA103. Grayscale: #545454. Windows color (decimal): -16425220 or 16539141. OLE color: 16539141.

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

Color convert

RGB 5 94 252 -
CMYK 0.98 0.63 0 0.01
HSL 218.38º 0.98% 0.5% -
HSV(B) 218.38º 0.98% 0.99% -
XYZ 21.64 15.07 93.86 -
YUV 85.4 222.01 70.65 -
System Red Green Blue C M Y K H S L
Decimal 5 94 252 0.98 0.63 0 0.01 218.38 0.98 0.5
Hex 5 5E FC 62 3F 0 1 DA 62 32
Octal 5 136 374 142 77 0 1 332 142 62
Binary 101 1011110 11111100 1100010 111111 0 1 11011010 1100010 110010

Color Harmonies of #055EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055EFC

Black with #055EFC

Text Example


Text Example

White with #055EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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