Html Css Color HEX #0043FC Navy Blue

📋 copy color: '#0043FC'

red 0 ◦ green 67 ◦ blue 252

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

Shades of Navy Blue #0043FC

Tints of Navy Blue #0043FC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

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

R = 0%
G = 21%
B = 79%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0043FC (or 0x0043FC) is known color: Navy Blue. HEX triplet: 00, 43 and FC. RGB value is (0,67,252). Sum of RGB (Red+Green+Blue) = 0+67+252=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 252 (98.83% from 255 or 79.00% from 319); Max value from RGB is 252 - color contains mainly: blue. Hex color #0043FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0043FC is #FFBC03. Grayscale: #434343. Windows color (decimal): -16759812 or 16532224. OLE color: 16532224.

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

Color convert

RGB 0 67 252 -
CMYK 1 0.73 0 0.01
HSL 224.05º 1% 0.49% -
HSV(B) 224.05º 1% 0.99% -
XYZ 19.58 11.04 93.2 -
YUV 68.06 231.8 79.46 -
System Red Green Blue C M Y K H S L
Decimal 0 67 252 1 0.73 0 0.01 224.05 1 0.49
Hex 0 43 FC 64 49 0 1 E0 64 31
Octal 0 103 374 144 111 0 1 340 144 61
Binary 0 1000011 11111100 1100100 1001001 0 1 11100000 1100100 110001

Color Harmonies of #0043FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0043FC

Black with #0043FC

Text Example


Text Example

White with #0043FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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