Html Css Color HEX #035BDA Navy Blue

📋 copy color: '#035BDA'

red 3 ◦ green 91 ◦ blue 218

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

Shades of Navy Blue #035BDA

Tints of Navy Blue #035BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.17%

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

R = 0.96%
G = 29.17%
B = 69.87%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#035BDA (or 0x035BDA) is known color: Navy Blue. HEX triplet: 03, 5B and DA. RGB value is (3,91,218). Sum of RGB (Red+Green+Blue) = 3+91+218=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #035BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BDA is #FCA425. Grayscale: #4E4E4E. Windows color (decimal): -16557094 or 14310147. OLE color: 14310147.

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

Color convert

RGB 3 91 218 -
CMYK 0.99 0.58 0 0.15
HSL 215.44º 0.97% 0.43% -
HSV(B) 215.44º 0.99% 0.85% -
XYZ 16.43 12.56 67.89 -
YUV 79.17 206.35 73.67 -
System Red Green Blue C M Y K H S L
Decimal 3 91 218 0.99 0.58 0 0.15 215.44 0.97 0.43
Hex 3 5B DA 63 3A 0 F D7 61 2B
Octal 3 133 332 143 72 0 17 327 141 53
Binary 11 1011011 11011010 1100011 111010 0 1111 11010111 1100001 101011

Color Harmonies of #035BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BDA

Black with #035BDA

Text Example


Text Example

White with #035BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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