Html Css Color HEX #035FDC Navy Blue

📋 copy color: '#035FDC'

red 3 ◦ green 95 ◦ blue 220

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

Shades of Navy Blue #035FDC

Tints of Navy Blue #035FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.87%

 BLUE value IS 220 (86.33% from 255) = 69.18%

R = 0.94%
G = 29.87%
B = 69.18%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#035FDC (or 0x035FDC) is known color: Navy Blue. HEX triplet: 03, 5F and DC. RGB value is (3,95,220). Sum of RGB (Red+Green+Blue) = 3+95+220=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #035FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FDC is #FCA023. Grayscale: #515151. Windows color (decimal): -16556068 or 14442243. OLE color: 14442243.

HSL color Cylindrical-coordinate representation of color #035FDC: hue angle of 214.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035FDC is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 95 220 -
CMYK 0.99 0.57 0 0.14
HSL 214.56º 0.97% 0.44% -
HSV(B) 214.56º 0.99% 0.86% -
XYZ 17.05 13.37 69.39 -
YUV 81.74 206.02 71.84 -
System Red Green Blue C M Y K H S L
Decimal 3 95 220 0.99 0.57 0 0.14 214.56 0.97 0.44
Hex 3 5F DC 63 39 0 E D7 61 2C
Octal 3 137 334 143 71 0 16 327 141 54
Binary 11 1011111 11011100 1100011 111001 0 1110 11010111 1100001 101100

Color Harmonies of #035FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035FDC

Black with #035FDC

Text Example


Text Example

White with #035FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,95,220); }

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

background-color css

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

 a { background-color: rgb(3,95,220); }

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

border-color css

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

 span { border-color: rgb(3,95,220); }

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