Html Css Color HEX #0350DE Navy Blue

📋 copy color: '#0350DE'

red 3 ◦ green 80 ◦ blue 222

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

Shades of Navy Blue #0350DE

Tints of Navy Blue #0350DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.79%

R = 0.98%
G = 26.23%
B = 72.79%

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

#0350DE (or 0x0350DE) is known color: Navy Blue. HEX triplet: 03, 50 and DE. RGB value is (3,80,222). Sum of RGB (Red+Green+Blue) = 3+80+222=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #0350DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0350DE is #FCAF21. Grayscale: #484848. Windows color (decimal): -16559906 or 14569475. OLE color: 14569475.

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

Color convert

RGB 3 80 222 -
CMYK 0.99 0.64 0 0.13
HSL 218.9º 0.97% 0.44% -
HSV(B) 218.9º 0.99% 0.87% -
XYZ 16.09 11.03 70.39 -
YUV 73.17 211.99 77.95 -
System Red Green Blue C M Y K H S L
Decimal 3 80 222 0.99 0.64 0 0.13 218.9 0.97 0.44
Hex 3 50 DE 63 40 0 D DB 61 2C
Octal 3 120 336 143 100 0 15 333 141 54
Binary 11 1010000 11011110 1100011 1000000 0 1101 11011011 1100001 101100

Color Harmonies of #0350DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0350DE

Black with #0350DE

Text Example


Text Example

White with #0350DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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