Html Css Color HEX #005CFB Navy Blue

📋 copy color: '#005CFB'

red 0 ◦ green 92 ◦ blue 251

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

Shades of Navy Blue #005CFB

Tints of Navy Blue #005CFB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 26.82%
B = 73.18%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#005CFB (or 0x005CFB) is known color: Navy Blue. HEX triplet: 00, 5C and FB. RGB value is (0,92,251). Sum of RGB (Red+Green+Blue) = 0+92+251=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #005CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005CFB is #FFA304. Grayscale: #515151. Windows color (decimal): -16753413 or 16473088. OLE color: 16473088.

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

Color convert

RGB 0 92 251 -
CMYK 1 0.63 0 0.02
HSL 218.01º 1% 0.49% -
HSV(B) 218.01º 1% 0.98% -
XYZ 21.24 14.62 92.97 -
YUV 82.62 223.02 69.07 -
System Red Green Blue C M Y K H S L
Decimal 0 92 251 1 0.63 0 0.02 218.01 1 0.49
Hex 0 5C FB 64 3F 0 2 DA 64 31
Octal 0 134 373 144 77 0 2 332 144 61
Binary 0 1011100 11111011 1100100 111111 0 10 11011010 1100100 110001

Color Harmonies of #005CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CFB

Black with #005CFB

Text Example


Text Example

White with #005CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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