Html Css Color HEX #003DF3 Navy Blue

📋 copy color: '#003DF3'

red 0 ◦ green 61 ◦ blue 243

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

Shades of Navy Blue #003DF3

Tints of Navy Blue #003DF3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.07%

 BLUE value IS 243 (95.31% from 255) = 79.93%

R = 0%
G = 20.07%
B = 79.93%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#003DF3 (or 0x003DF3) is known color: Navy Blue. HEX triplet: 00, 3D and F3. RGB value is (0,61,243). Sum of RGB (Red+Green+Blue) = 0+61+243=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 243 (95.31% from 255 or 79.93% from 304); Max value from RGB is 243 - color contains mainly: blue. Hex color #003DF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003DF3 is #FFC20C. Grayscale: #3E3E3E. Windows color (decimal): -16761357 or 15940864. OLE color: 15940864.

HSL color Cylindrical-coordinate representation of color #003DF3: hue angle of 224.94º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003DF3 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 61 243 -
CMYK 1 0.75 0 0.05
HSL 224.94º 1% 0.48% -
HSV(B) 224.94º 1% 0.95% -
XYZ 17.85 9.81 85.75 -
YUV 63.51 229.29 82.7 -
System Red Green Blue C M Y K H S L
Decimal 0 61 243 1 0.75 0 0.05 224.94 1 0.48
Hex 0 3D F3 64 4B 0 5 E1 64 30
Octal 0 75 363 144 113 0 5 341 144 60
Binary 0 111101 11110011 1100100 1001011 0 101 11100001 1100100 110000

Color Harmonies of #003DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003DF3

Black with #003DF3

Text Example


Text Example

White with #003DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,61,243); }

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

background-color css

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

 a { background-color: rgb(0,61,243); }

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

border-color css

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

 span { border-color: rgb(0,61,243); }

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