Html Css Color HEX #035BFF Navy Blue

📋 copy color: '#035BFF'

red 3 ◦ green 91 ◦ blue 255

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

Shades of Navy Blue #035BFF

Tints of Navy Blue #035BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.07%

R = 0.86%
G = 26.07%
B = 73.07%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#035BFF (or 0x035BFF) is known color: Navy Blue. HEX triplet: 03, 5B and FF. RGB value is (3,91,255). Sum of RGB (Red+Green+Blue) = 3+91+255=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #035BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035BFF is #FCA400. Grayscale: #525252. Windows color (decimal): -16557057 or 16734979. OLE color: 16734979.

HSL color Cylindrical-coordinate representation of color #035BFF: hue angle of 219.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035BFF is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 91 255 -
CMYK 0.99 0.64 0 0
HSL 219.05º 1% 0.51% -
HSV(B) 219.05º 0.99% 1% -
XYZ 21.83 14.72 96.3 -
YUV 83.38 224.85 70.66 -
System Red Green Blue C M Y K H S L
Decimal 3 91 255 0.99 0.64 0 0 219.05 1 0.51
Hex 3 5B FF 63 40 0 0 DB 64 33
Octal 3 133 377 143 100 0 0 333 144 63
Binary 11 1011011 11111111 1100011 1000000 0 0 11011011 1100100 110011

Color Harmonies of #035BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BFF

Black with #035BFF

Text Example


Text Example

White with #035BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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