Html Css Color HEX #005AF2 Navy Blue

📋 copy color: '#005AF2'

red 0 ◦ green 90 ◦ blue 242

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

Shades of Navy Blue #005AF2

Tints of Navy Blue #005AF2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

 BLUE value IS 242 (94.92% from 255) = 72.89%

R = 0%
G = 27.11%
B = 72.89%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#005AF2 (or 0x005AF2) is known color: Navy Blue. HEX triplet: 00, 5A and F2. RGB value is (0,90,242). Sum of RGB (Red+Green+Blue) = 0+90+242=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 242 (94.92% from 255 or 72.89% from 332); Max value from RGB is 242 - color contains mainly: blue. Hex color #005AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005AF2 is #FFA50D. Grayscale: #4F4F4F. Windows color (decimal): -16753934 or 15882752. OLE color: 15882752.

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

Color convert

RGB 0 90 242 -
CMYK 1 0.63 0 0.05
HSL 217.69º 1% 0.47% -
HSV(B) 217.69º 1% 0.95% -
XYZ 19.68 13.72 85.62 -
YUV 80.42 219.18 70.64 -
System Red Green Blue C M Y K H S L
Decimal 0 90 242 1 0.63 0 0.05 217.69 1 0.47
Hex 0 5A F2 64 3F 0 5 DA 64 2F
Octal 0 132 362 144 77 0 5 332 144 57
Binary 0 1011010 11110010 1100100 111111 0 101 11011010 1100100 101111

Color Harmonies of #005AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AF2

Black with #005AF2

Text Example


Text Example

White with #005AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,90,242); }

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

background-color css

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

 a { background-color: rgb(0,90,242); }

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

border-color css

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

 span { border-color: rgb(0,90,242); }

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