Html Css Color HEX #0043FD Navy Blue

📋 copy color: '#0043FD'

red 0 ◦ green 67 ◦ blue 253

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

Shades of Navy Blue #0043FD

Tints of Navy Blue #0043FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 79.06%

R = 0%
G = 20.94%
B = 79.06%

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

#0043FD (or 0x0043FD) is known color: Navy Blue. HEX triplet: 00, 43 and FD. RGB value is (0,67,253). Sum of RGB (Red+Green+Blue) = 0+67+253=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #0043FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0043FD is #FFBC02. Grayscale: #434343. Windows color (decimal): -16759811 or 16597760. OLE color: 16597760.

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

Color convert

RGB 0 67 253 -
CMYK 1 0.74 0 0.01
HSL 224.11º 1% 0.5% -
HSV(B) 224.11º 1% 0.99% -
XYZ 19.74 11.11 94.03 -
YUV 68.17 232.3 79.38 -
System Red Green Blue C M Y K H S L
Decimal 0 67 253 1 0.74 0 0.01 224.11 1 0.5
Hex 0 43 FD 64 4A 0 1 E0 64 32
Octal 0 103 375 144 112 0 1 340 144 62
Binary 0 1000011 11111101 1100100 1001010 0 1 11100000 1100100 110010

Color Harmonies of #0043FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0043FD

Black with #0043FD

Text Example


Text Example

White with #0043FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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