Html Css Color HEX #0350DD Navy Blue

📋 copy color: '#0350DD'

red 3 ◦ green 80 ◦ blue 221

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

Shades of Navy Blue #0350DD

Tints of Navy Blue #0350DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.7%

R = 0.99%
G = 26.32%
B = 72.7%

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

#0350DD (or 0x0350DD) is known color: Navy Blue. HEX triplet: 03, 50 and DD. RGB value is (3,80,221). Sum of RGB (Red+Green+Blue) = 3+80+221=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #0350DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0350DD is #FCAF22. Grayscale: #484848. Windows color (decimal): -16559907 or 14503939. OLE color: 14503939.

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

Color convert

RGB 3 80 221 -
CMYK 0.99 0.64 0 0.13
HSL 218.81º 0.97% 0.44% -
HSV(B) 218.81º 0.99% 0.87% -
XYZ 15.96 10.98 69.68 -
YUV 73.05 211.49 78.04 -
System Red Green Blue C M Y K H S L
Decimal 3 80 221 0.99 0.64 0 0.13 218.81 0.97 0.44
Hex 3 50 DD 63 40 0 D DB 61 2C
Octal 3 120 335 143 100 0 15 333 141 54
Binary 11 1010000 11011101 1100011 1000000 0 1101 11011011 1100001 101100

Color Harmonies of #0350DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0350DD

Black with #0350DD

Text Example


Text Example

White with #0350DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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