Html Css Color HEX #035FDA Navy Blue

📋 copy color: '#035FDA'

red 3 ◦ green 95 ◦ blue 218

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

Shades of Navy Blue #035FDA

Tints of Navy Blue #035FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.06%

 BLUE value IS 218 (85.55% from 255) = 68.99%

R = 0.95%
G = 30.06%
B = 68.99%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#035FDA (or 0x035FDA) is known color: Navy Blue. HEX triplet: 03, 5F and DA. RGB value is (3,95,218). Sum of RGB (Red+Green+Blue) = 3+95+218=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #035FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FDA is #FCA025. Grayscale: #505050. Windows color (decimal): -16556070 or 14311171. OLE color: 14311171.

HSL color Cylindrical-coordinate representation of color #035FDA: hue angle of 214.33º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035FDA is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 95 218 -
CMYK 0.99 0.56 0 0.15
HSL 214.33º 0.97% 0.43% -
HSV(B) 214.33º 0.99% 0.85% -
XYZ 16.78 13.27 68.01 -
YUV 81.51 205.02 72 -
System Red Green Blue C M Y K H S L
Decimal 3 95 218 0.99 0.56 0 0.15 214.33 0.97 0.43
Hex 3 5F DA 63 38 0 F D6 61 2B
Octal 3 137 332 143 70 0 17 326 141 53
Binary 11 1011111 11011010 1100011 111000 0 1111 11010110 1100001 101011

Color Harmonies of #035FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035FDA

Black with #035FDA

Text Example


Text Example

White with #035FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,95,218); }

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

background-color css

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

 a { background-color: rgb(3,95,218); }

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

border-color css

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

 span { border-color: rgb(3,95,218); }

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