Html Css Color HEX #0351DE Navy Blue

📋 copy color: '#0351DE'

red 3 ◦ green 81 ◦ blue 222

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

Shades of Navy Blue #0351DE

Tints of Navy Blue #0351DE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 0.98%
G = 26.47%
B = 72.55%

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

#0351DE (or 0x0351DE) is known color: Navy Blue. HEX triplet: 03, 51 and DE. RGB value is (3,81,222). Sum of RGB (Red+Green+Blue) = 3+81+222=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 222 (87.11% from 255 or 72.55% from 306); Max value from RGB is 222 - color contains mainly: blue. Hex color #0351DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0351DE is #FCAE21. Grayscale: #494949. Windows color (decimal): -16559650 or 14569731. OLE color: 14569731.

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

Color convert

RGB 3 81 222 -
CMYK 0.99 0.64 0 0.13
HSL 218.63º 0.97% 0.44% -
HSV(B) 218.63º 0.99% 0.87% -
XYZ 16.16 11.18 70.41 -
YUV 73.75 211.66 77.54 -
System Red Green Blue C M Y K H S L
Decimal 3 81 222 0.99 0.64 0 0.13 218.63 0.97 0.44
Hex 3 51 DE 63 40 0 D DB 61 2C
Octal 3 121 336 143 100 0 15 333 141 54
Binary 11 1010001 11011110 1100011 1000000 0 1101 11011011 1100001 101100

Color Harmonies of #0351DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0351DE

Black with #0351DE

Text Example


Text Example

White with #0351DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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