#0042FF

Color #0042FF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0042FF

Tints of Navy Blue #0042FF

Color information

#0042FF (or 0x0042FF) is unknown color: approx Navy Blue. HEX triplet: 00, 42 and FF. RGB value is (0,66,255). Sum of RGB (Red+Green+Blue) = 0+66+255=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #0042FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0042FF is #FFBD00. Grayscale: #424242. Windows color (decimal): -16760065 or 16728576. OLE color: 16728576.

HSL color Cylindrical-coordinate representation of color #0042FF: hue angle of 224.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0042FF is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB066255-
CMYK10.7400
HSL224.47º100%50%-
HSV(B)224.47º100%100%-
XYZ2011.1295.7-
YUV67.81233.6379.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 255 (100% from 255) = 79.44%
R=0%
G=20.56%
B=79.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal06625510.7400224.4710050
Hex042FF644A00e06432
Octal01023771441120034014462
Binary01000010111111111100100100101000111000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0042FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0042FF; }

 p { color: rgb(0,66,255); }

 H1.HeaderClassName
 {
   color: #0042FF;
 }
 .AnyTagClassName
 {
   color: #0042FF;
 }
</style>
background-color css

<style>
 a { background-color: #0042FF; }

 a { background-color: rgb(0,66,255); }

 div.DivClassName
 {
   background-color: #0042FF;
 }
 .BgClassName
 {
   background-color: #0042FF;
 }
</style>
border-color css

<style>
 span { border-color: #0042FF; }

 span { border-color: rgb(0,66,255); }

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