Html Css Color HEX #0350DF Navy Blue

📋 copy color: '#0350DF'

red 3 ◦ green 80 ◦ blue 223

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

Shades of Navy Blue #0350DF

Tints of Navy Blue #0350DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.88%

R = 0.98%
G = 26.14%
B = 72.88%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0350DF (or 0x0350DF) is known color: Navy Blue. HEX triplet: 03, 50 and DF. RGB value is (3,80,223). Sum of RGB (Red+Green+Blue) = 3+80+223=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 223 (87.5% from 255 or 72.88% from 306); Max value from RGB is 223 - color contains mainly: blue. Hex color #0350DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0350DF is #FCAF20. Grayscale: #484848. Windows color (decimal): -16559905 or 14635011. OLE color: 14635011.

HSL color Cylindrical-coordinate representation of color #0350DF: hue angle of 219º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0350DF is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 80 223 -
CMYK 0.99 0.64 0 0.13
HSL 219º 0.97% 0.44% -
HSV(B) 219º 0.99% 0.87% -
XYZ 16.23 11.08 71.1 -
YUV 73.28 212.49 77.87 -
System Red Green Blue C M Y K H S L
Decimal 3 80 223 0.99 0.64 0 0.13 219 0.97 0.44
Hex 3 50 DF 63 40 0 D DB 61 2C
Octal 3 120 337 143 100 0 15 333 141 54
Binary 11 1010000 11011111 1100011 1000000 0 1101 11011011 1100001 101100

Color Harmonies of #0350DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0350DF

Black with #0350DF

Text Example


Text Example

White with #0350DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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