Html Css Color HEX #005CFC Navy Blue

📋 copy color: '#005CFC'

red 0 ◦ green 92 ◦ blue 252

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

Shades of Navy Blue #005CFC

Tints of Navy Blue #005CFC

RGB

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

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

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

R = 0%
G = 26.74%
B = 73.26%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#005CFC (or 0x005CFC) is known color: Navy Blue. HEX triplet: 00, 5C and FC. RGB value is (0,92,252). Sum of RGB (Red+Green+Blue) = 0+92+252=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #005CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005CFC is #FFA303. Grayscale: #525252. Windows color (decimal): -16753412 or 16538624. OLE color: 16538624.

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

Color convert

RGB 0 92 252 -
CMYK 1 0.63 0 0.01
HSL 218.1º 1% 0.49% -
HSV(B) 218.1º 1% 0.99% -
XYZ 21.4 14.68 93.8 -
YUV 82.73 223.52 68.99 -
System Red Green Blue C M Y K H S L
Decimal 0 92 252 1 0.63 0 0.01 218.1 1 0.49
Hex 0 5C FC 64 3F 0 1 DA 64 31
Octal 0 134 374 144 77 0 1 332 144 61
Binary 0 1011100 11111100 1100100 111111 0 1 11011010 1100100 110001

Color Harmonies of #005CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005CFC

Black with #005CFC

Text Example


Text Example

White with #005CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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