Html Css Color HEX #0340FA Navy Blue

📋 copy color: '#0340FA'

red 3 ◦ green 64 ◦ blue 250

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

Shades of Navy Blue #0340FA

Tints of Navy Blue #0340FA

RGB

 RED value IS 3 (1.56% from 255) = 0.95%

 GREEN value IS 64 (25.39% from 255) = 20.19%

 BLUE value IS 250 (98.05% from 255) = 78.86%

R = 0.95%
G = 20.19%
B = 78.86%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0340FA (or 0x0340FA) is known color: Navy Blue. HEX triplet: 03, 40 and FA. RGB value is (3,64,250). Sum of RGB (Red+Green+Blue) = 3+64+250=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 250 (98.05% from 255 or 78.86% from 317); Max value from RGB is 250 - color contains mainly: blue. Hex color #0340FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0340FA is #FCBF05. Grayscale: #424242. Windows color (decimal): -16563974 or 16400387. OLE color: 16400387.

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

Color convert

RGB 3 64 250 -
CMYK 0.99 0.74 0 0.02
HSL 225.18º 0.98% 0.5% -
HSV(B) 225.18º 0.99% 0.98% -
XYZ 19.13 10.59 91.48 -
YUV 66.97 231.29 82.38 -
System Red Green Blue C M Y K H S L
Decimal 3 64 250 0.99 0.74 0 0.02 225.18 0.98 0.5
Hex 3 40 FA 63 4A 0 2 E1 62 32
Octal 3 100 372 143 112 0 2 341 142 62
Binary 11 1000000 11111010 1100011 1001010 0 10 11100001 1100010 110010

Color Harmonies of #0340FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0340FA

Black with #0340FA

Text Example


Text Example

White with #0340FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0340FA; }

 p { color: rgb(3,64,250); }

 H1.HeaderClassName
 {
   color: #0340FA;
 }
 .AnyTagClassName
 {
   color: #0340FA;
 }
</style>

background-color css

<style>
 a { background-color: #0340FA; }

 a { background-color: rgb(3,64,250); }

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

border-color css

<style>
 span { border-color: #0340FA; }

 span { border-color: rgb(3,64,250); }

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