Html Css Color HEX #0350F9 Navy Blue

📋 copy color: '#0350F9'

red 3 ◦ green 80 ◦ blue 249

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

Shades of Navy Blue #0350F9

Tints of Navy Blue #0350F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 75%

R = 0.9%
G = 24.1%
B = 75%

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

#0350F9 (or 0x0350F9) is known color: Navy Blue. HEX triplet: 03, 50 and F9. RGB value is (3,80,249). Sum of RGB (Red+Green+Blue) = 3+80+249=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 249 (97.66% from 255 or 75% from 332); Max value from RGB is 249 - color contains mainly: blue. Hex color #0350F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0350F9 is #FCAF06. Grayscale: #4B4B4B. Windows color (decimal): -16559879 or 16338947. OLE color: 16338947.

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

Color convert

RGB 3 80 249 -
CMYK 0.99 0.68 0 0.02
HSL 221.22º 0.98% 0.49% -
HSV(B) 221.22º 0.99% 0.98% -
XYZ 20.01 12.6 91 -
YUV 76.24 225.49 75.76 -
System Red Green Blue C M Y K H S L
Decimal 3 80 249 0.99 0.68 0 0.02 221.22 0.98 0.49
Hex 3 50 F9 63 44 0 2 DD 62 31
Octal 3 120 371 143 104 0 2 335 142 61
Binary 11 1010000 11111001 1100011 1000100 0 10 11011101 1100010 110001

Color Harmonies of #0350F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0350F9

Black with #0350F9

Text Example


Text Example

White with #0350F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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