Html Css Color HEX #035DF9 Navy Blue

📋 copy color: '#035DF9'

red 3 ◦ green 93 ◦ blue 249

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

Shades of Navy Blue #035DF9

Tints of Navy Blue #035DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 72.17%

R = 0.87%
G = 26.96%
B = 72.17%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#035DF9 (or 0x035DF9) is known color: Navy Blue. HEX triplet: 03, 5D and F9. RGB value is (3,93,249). Sum of RGB (Red+Green+Blue) = 3+93+249=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 249 (97.66% from 255 or 72.17% from 345); Max value from RGB is 249 - color contains mainly: blue. Hex color #035DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DF9 is #FCA206. Grayscale: #535353. Windows color (decimal): -16556551 or 16342275. OLE color: 16342275.

HSL color Cylindrical-coordinate representation of color #035DF9: hue angle of 218.05º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DF9 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 93 249 -
CMYK 0.99 0.63 0 0.02
HSL 218.05º 0.98% 0.49% -
HSV(B) 218.05º 0.99% 0.98% -
XYZ 21.05 14.69 91.35 -
YUV 83.87 221.18 70.32 -
System Red Green Blue C M Y K H S L
Decimal 3 93 249 0.99 0.63 0 0.02 218.05 0.98 0.49
Hex 3 5D F9 63 3F 0 2 DA 62 31
Octal 3 135 371 143 77 0 2 332 142 61
Binary 11 1011101 11111001 1100011 111111 0 10 11011010 1100010 110001

Color Harmonies of #035DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DF9

Black with #035DF9

Text Example


Text Example

White with #035DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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