Html Css Color HEX #003FEB Navy Blue

📋 copy color: '#003FEB'

red 0 ◦ green 63 ◦ blue 235

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

Shades of Navy Blue #003FEB

Tints of Navy Blue #003FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 21.14%

 BLUE value IS 235 (92.19% from 255) = 78.86%

R = 0%
G = 21.14%
B = 78.86%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#003FEB (or 0x003FEB) is known color: Navy Blue. HEX triplet: 00, 3F and EB. RGB value is (0,63,235). Sum of RGB (Red+Green+Blue) = 0+63+235=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 235 (92.19% from 255 or 78.86% from 298); Max value from RGB is 235 - color contains mainly: blue. Hex color #003FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003FEB is #FFC014. Grayscale: #3F3F3F. Windows color (decimal): -16760853 or 15417088. OLE color: 15417088.

HSL color Cylindrical-coordinate representation of color #003FEB: hue angle of 223.91º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003FEB is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 63 235 -
CMYK 1 0.73 0 0.08
HSL 223.91º 1% 0.46% -
HSV(B) 223.91º 1% 0.92% -
XYZ 16.77 9.55 79.56 -
YUV 63.77 224.63 82.51 -
System Red Green Blue C M Y K H S L
Decimal 0 63 235 1 0.73 0 0.08 223.91 1 0.46
Hex 0 3F EB 64 49 0 8 E0 64 2E
Octal 0 77 353 144 111 0 10 340 144 56
Binary 0 111111 11101011 1100100 1001001 0 1000 11100000 1100100 101110

Color Harmonies of #003FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003FEB

Black with #003FEB

Text Example


Text Example

White with #003FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003FEB; }

 p { color: rgb(0,63,235); }

 H1.HeaderClassName
 {
   color: #003FEB;
 }
 .AnyTagClassName
 {
   color: #003FEB;
 }
</style>

background-color css

<style>
 a { background-color: #003FEB; }

 a { background-color: rgb(0,63,235); }

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

border-color css

<style>
 span { border-color: #003FEB; }

 span { border-color: rgb(0,63,235); }

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