Html Css Color HEX #0350FF Navy Blue

📋 copy color: '#0350FF'

red 3 ◦ green 80 ◦ blue 255

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

Shades of Navy Blue #0350FF

Tints of Navy Blue #0350FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 75.44%

R = 0.89%
G = 23.67%
B = 75.44%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0350FF (or 0x0350FF) is known color: Navy Blue. HEX triplet: 03, 50 and FF. RGB value is (3,80,255). Sum of RGB (Red+Green+Blue) = 3+80+255=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #0350FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0350FF is #FCAF00. Grayscale: #4C4C4C. Windows color (decimal): -16559873 or 16732163. OLE color: 16732163.

HSL color Cylindrical-coordinate representation of color #0350FF: hue angle of 221.67º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0350FF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 80 255 -
CMYK 0.99 0.69 0 0
HSL 221.67º 1% 0.51% -
HSV(B) 221.67º 0.99% 1% -
XYZ 20.96 12.98 96.01 -
YUV 76.93 228.49 75.27 -
System Red Green Blue C M Y K H S L
Decimal 3 80 255 0.99 0.69 0 0 221.67 1 0.51
Hex 3 50 FF 63 45 0 0 DE 64 33
Octal 3 120 377 143 105 0 0 336 144 63
Binary 11 1010000 11111111 1100011 1000101 0 0 11011110 1100100 110011

Color Harmonies of #0350FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0350FF

Black with #0350FF

Text Example


Text Example

White with #0350FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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