Html Css Color HEX #055CFB Navy Blue

📋 copy color: '#055CFB'

red 5 ◦ green 92 ◦ blue 251

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

Shades of Navy Blue #055CFB

Tints of Navy Blue #055CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

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

R = 1.44%
G = 26.44%
B = 72.13%

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

#055CFB (or 0x055CFB) is known color: Navy Blue. HEX triplet: 05, 5C and FB. RGB value is (5,92,251). Sum of RGB (Red+Green+Blue) = 5+92+251=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #055CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055CFB is #FAA304. Grayscale: #535353. Windows color (decimal): -16425733 or 16473093. OLE color: 16473093.

HSL color Cylindrical-coordinate representation of color #055CFB: hue angle of 218.78º 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 #055CFB is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 92 251 -
CMYK 0.98 0.63 0 0.02
HSL 218.78º 0.97% 0.5% -
HSV(B) 218.78º 0.98% 0.98% -
XYZ 21.3 14.65 92.97 -
YUV 84.11 222.18 71.57 -
System Red Green Blue C M Y K H S L
Decimal 5 92 251 0.98 0.63 0 0.02 218.78 0.97 0.5
Hex 5 5C FB 62 3F 0 2 DB 61 32
Octal 5 134 373 142 77 0 2 333 141 62
Binary 101 1011100 11111011 1100010 111111 0 10 11011011 1100001 110010

Color Harmonies of #055CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CFB

Black with #055CFB

Text Example


Text Example

White with #055CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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