Html Css Color HEX #035DF6 Navy Blue

📋 copy color: '#035DF6'

red 3 ◦ green 93 ◦ blue 246

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

Shades of Navy Blue #035DF6

Tints of Navy Blue #035DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 71.93%

R = 0.88%
G = 27.19%
B = 71.93%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#035DF6 (or 0x035DF6) is known color: Navy Blue. HEX triplet: 03, 5D and F6. RGB value is (3,93,246). Sum of RGB (Red+Green+Blue) = 3+93+246=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 246 (96.48% from 255 or 71.93% from 342); Max value from RGB is 246 - color contains mainly: blue. Hex color #035DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DF6 is #FCA209. Grayscale: #525252. Windows color (decimal): -16556554 or 16145667. OLE color: 16145667.

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

Color convert

RGB 3 93 246 -
CMYK 0.99 0.62 0 0.04
HSL 217.78º 0.98% 0.49% -
HSV(B) 217.78º 0.99% 0.96% -
XYZ 20.59 14.5 88.9 -
YUV 83.53 219.68 70.56 -
System Red Green Blue C M Y K H S L
Decimal 3 93 246 0.99 0.62 0 0.04 217.78 0.98 0.49
Hex 3 5D F6 63 3E 0 4 DA 62 31
Octal 3 135 366 143 76 0 4 332 142 61
Binary 11 1011101 11110110 1100011 111110 0 100 11011010 1100010 110001

Color Harmonies of #035DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DF6

Black with #035DF6

Text Example


Text Example

White with #035DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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