Html Css Color HEX #035DDB Navy Blue

📋 copy color: '#035DDB'

red 3 ◦ green 93 ◦ blue 219

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

Shades of Navy Blue #035DDB

Tints of Navy Blue #035DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.52%

 BLUE value IS 219 (85.94% from 255) = 69.52%

R = 0.95%
G = 29.52%
B = 69.52%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#035DDB (or 0x035DDB) is known color: Navy Blue. HEX triplet: 03, 5D and DB. RGB value is (3,93,219). Sum of RGB (Red+Green+Blue) = 3+93+219=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #035DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DDB is #FCA224. Grayscale: #4F4F4F. Windows color (decimal): -16556581 or 14376195. OLE color: 14376195.

HSL color Cylindrical-coordinate representation of color #035DDB: hue angle of 215º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DDB is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 93 219 -
CMYK 0.99 0.58 0 0.14
HSL 215º 0.97% 0.44% -
HSV(B) 215º 0.99% 0.86% -
XYZ 16.74 12.96 68.64 -
YUV 80.45 206.18 72.75 -
System Red Green Blue C M Y K H S L
Decimal 3 93 219 0.99 0.58 0 0.14 215 0.97 0.44
Hex 3 5D DB 63 3A 0 E D7 61 2C
Octal 3 135 333 143 72 0 16 327 141 54
Binary 11 1011101 11011011 1100011 111010 0 1110 11010111 1100001 101100

Color Harmonies of #035DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DDB

Black with #035DDB

Text Example


Text Example

White with #035DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035DDB; }

 p { color: rgb(3,93,219); }

 H1.HeaderClassName
 {
   color: #035DDB;
 }
 .AnyTagClassName
 {
   color: #035DDB;
 }
</style>

background-color css

<style>
 a { background-color: #035DDB; }

 a { background-color: rgb(3,93,219); }

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

border-color css

<style>
 span { border-color: #035DDB; }

 span { border-color: rgb(3,93,219); }

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