Html Css Color HEX #003BF3 Navy Blue

📋 copy color: '#003BF3'

red 0 ◦ green 59 ◦ blue 243

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

Shades of Navy Blue #003BF3

Tints of Navy Blue #003BF3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.54%

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

R = 0%
G = 19.54%
B = 80.46%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#003BF3 (or 0x003BF3) is known color: Navy Blue. HEX triplet: 00, 3B and F3. RGB value is (0,59,243). Sum of RGB (Red+Green+Blue) = 0+59+243=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 243 (95.31% from 255 or 80.46% from 302); Max value from RGB is 243 - color contains mainly: blue. Hex color #003BF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003BF3 is #FFC40C. Grayscale: #3D3D3D. Windows color (decimal): -16761869 or 15940352. OLE color: 15940352.

HSL color Cylindrical-coordinate representation of color #003BF3: hue angle of 225.43º 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 #003BF3 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 59 243 -
CMYK 1 0.76 0 0.05
HSL 225.43º 1% 0.48% -
HSV(B) 225.43º 1% 0.95% -
XYZ 17.74 9.6 85.71 -
YUV 62.34 229.95 83.54 -
System Red Green Blue C M Y K H S L
Decimal 0 59 243 1 0.76 0 0.05 225.43 1 0.48
Hex 0 3B F3 64 4C 0 5 E1 64 30
Octal 0 73 363 144 114 0 5 341 144 60
Binary 0 111011 11110011 1100100 1001100 0 101 11100001 1100100 110000

Color Harmonies of #003BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003BF3

Black with #003BF3

Text Example


Text Example

White with #003BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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