Html Css Color HEX #0353DE Navy Blue

📋 copy color: '#0353DE'

red 3 ◦ green 83 ◦ blue 222

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

Shades of Navy Blue #0353DE

Tints of Navy Blue #0353DE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.95%

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

R = 0.97%
G = 26.95%
B = 72.08%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0353DE (or 0x0353DE) is known color: Navy Blue. HEX triplet: 03, 53 and DE. RGB value is (3,83,222). Sum of RGB (Red+Green+Blue) = 3+83+222=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #0353DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0353DE is #FCAC21. Grayscale: #4A4A4A. Windows color (decimal): -16559138 or 14570243. OLE color: 14570243.

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

Color convert

RGB 3 83 222 -
CMYK 0.99 0.63 0 0.13
HSL 218.08º 0.97% 0.44% -
HSV(B) 218.08º 0.99% 0.87% -
XYZ 16.32 11.48 70.46 -
YUV 74.93 211 76.7 -
System Red Green Blue C M Y K H S L
Decimal 3 83 222 0.99 0.63 0 0.13 218.08 0.97 0.44
Hex 3 53 DE 63 3F 0 D DA 61 2C
Octal 3 123 336 143 77 0 15 332 141 54
Binary 11 1010011 11011110 1100011 111111 0 1101 11011010 1100001 101100

Color Harmonies of #0353DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0353DE

Black with #0353DE

Text Example


Text Example

White with #0353DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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