Html Css Color HEX #0350FA Navy Blue

📋 copy color: '#0350FA'

red 3 ◦ green 80 ◦ blue 250

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

Shades of Navy Blue #0350FA

Tints of Navy Blue #0350FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.02%

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

R = 0.9%
G = 24.02%
B = 75.08%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0350FA (or 0x0350FA) is known color: Navy Blue. HEX triplet: 03, 50 and FA. RGB value is (3,80,250). Sum of RGB (Red+Green+Blue) = 3+80+250=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #0350FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0350FA is #FCAF05. Grayscale: #4B4B4B. Windows color (decimal): -16559878 or 16404483. OLE color: 16404483.

HSL color Cylindrical-coordinate representation of color #0350FA: hue angle of 221.3º 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 #0350FA is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 80 250 -
CMYK 0.99 0.68 0 0.02
HSL 221.3º 0.98% 0.5% -
HSV(B) 221.3º 0.99% 0.98% -
XYZ 20.16 12.66 91.82 -
YUV 76.36 225.99 75.68 -
System Red Green Blue C M Y K H S L
Decimal 3 80 250 0.99 0.68 0 0.02 221.3 0.98 0.5
Hex 3 50 FA 63 44 0 2 DD 62 32
Octal 3 120 372 143 104 0 2 335 142 62
Binary 11 1010000 11111010 1100011 1000100 0 10 11011101 1100010 110010

Color Harmonies of #0350FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0350FA

Black with #0350FA

Text Example


Text Example

White with #0350FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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