Html Css Color HEX #035CF9 Navy Blue

📋 copy color: '#035CF9'

red 3 ◦ green 92 ◦ blue 249

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

Shades of Navy Blue #035CF9

Tints of Navy Blue #035CF9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.74%

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

R = 0.87%
G = 26.74%
B = 72.38%

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

#035CF9 (or 0x035CF9) is known color: Navy Blue. HEX triplet: 03, 5C and F9. RGB value is (3,92,249). Sum of RGB (Red+Green+Blue) = 3+92+249=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 249 (97.66% from 255 or 72.38% from 344); Max value from RGB is 249 - color contains mainly: blue. Hex color #035CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035CF9 is #FCA306. Grayscale: #525252. Windows color (decimal): -16556807 or 16342019. OLE color: 16342019.

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

Color convert

RGB 3 92 249 -
CMYK 0.99 0.63 0 0.02
HSL 218.29º 0.98% 0.49% -
HSV(B) 218.29º 0.99% 0.98% -
XYZ 20.96 14.51 91.32 -
YUV 83.29 221.51 70.73 -
System Red Green Blue C M Y K H S L
Decimal 3 92 249 0.99 0.63 0 0.02 218.29 0.98 0.49
Hex 3 5C F9 63 3F 0 2 DA 62 31
Octal 3 134 371 143 77 0 2 332 142 61
Binary 11 1011100 11111001 1100011 111111 0 10 11011010 1100010 110001

Color Harmonies of #035CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CF9

Black with #035CF9

Text Example


Text Example

White with #035CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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