Html Css Color HEX #035EDB Navy Blue

📋 copy color: '#035EDB'

red 3 ◦ green 94 ◦ blue 219

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

Shades of Navy Blue #035EDB

Tints of Navy Blue #035EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.75%

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

R = 0.95%
G = 29.75%
B = 69.3%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#035EDB (or 0x035EDB) is known color: Navy Blue. HEX triplet: 03, 5E and DB. RGB value is (3,94,219). Sum of RGB (Red+Green+Blue) = 3+94+219=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #035EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035EDB is #FCA124. Grayscale: #505050. Windows color (decimal): -16556325 or 14376451. OLE color: 14376451.

HSL color Cylindrical-coordinate representation of color #035EDB: hue angle of 214.72º 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 #035EDB is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 94 219 -
CMYK 0.99 0.57 0 0.14
HSL 214.72º 0.97% 0.44% -
HSV(B) 214.72º 0.99% 0.86% -
XYZ 16.83 13.14 68.67 -
YUV 81.04 205.85 72.34 -
System Red Green Blue C M Y K H S L
Decimal 3 94 219 0.99 0.57 0 0.14 214.72 0.97 0.44
Hex 3 5E DB 63 39 0 E D7 61 2C
Octal 3 136 333 143 71 0 16 327 141 54
Binary 11 1011110 11011011 1100011 111001 0 1110 11010111 1100001 101100

Color Harmonies of #035EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035EDB

Black with #035EDB

Text Example


Text Example

White with #035EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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