Html Css Color HEX #0042FC Navy Blue

📋 copy color: '#0042FC'

red 0 ◦ green 66 ◦ blue 252

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

Shades of Navy Blue #0042FC

Tints of Navy Blue #0042FC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

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

R = 0%
G = 20.75%
B = 79.25%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0042FC (or 0x0042FC) is known color: Navy Blue. HEX triplet: 00, 42 and FC. RGB value is (0,66,252). Sum of RGB (Red+Green+Blue) = 0+66+252=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 252 (98.83% from 255 or 79.25% from 318); Max value from RGB is 252 - color contains mainly: blue. Hex color #0042FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0042FC is #FFBD03. Grayscale: #424242. Windows color (decimal): -16760068 or 16531968. OLE color: 16531968.

HSL color Cylindrical-coordinate representation of color #0042FC: hue angle of 224.29º 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 #0042FC is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 66 252 -
CMYK 1 0.74 0 0.01
HSL 224.29º 1% 0.49% -
HSV(B) 224.29º 1% 0.99% -
XYZ 19.52 10.92 93.18 -
YUV 67.47 232.13 79.88 -
System Red Green Blue C M Y K H S L
Decimal 0 66 252 1 0.74 0 0.01 224.29 1 0.49
Hex 0 42 FC 64 4A 0 1 E0 64 31
Octal 0 102 374 144 112 0 1 340 144 61
Binary 0 1000010 11111100 1100100 1001010 0 1 11100000 1100100 110001

Color Harmonies of #0042FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0042FC

Black with #0042FC

Text Example


Text Example

White with #0042FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0042FC;
 }
 .AnyTagClassName
 {
   color: #0042FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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