Html Css Color HEX #035BDC Navy Blue

📋 copy color: '#035BDC'

red 3 ◦ green 91 ◦ blue 220

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

Shades of Navy Blue #035BDC

Tints of Navy Blue #035BDC

RGB

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

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

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

R = 0.96%
G = 28.98%
B = 70.06%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#035BDC (or 0x035BDC) is known color: Navy Blue. HEX triplet: 03, 5B and DC. RGB value is (3,91,220). Sum of RGB (Red+Green+Blue) = 3+91+220=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #035BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BDC is #FCA423. Grayscale: #4E4E4E. Windows color (decimal): -16557092 or 14441219. OLE color: 14441219.

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

Color convert

RGB 3 91 220 -
CMYK 0.99 0.59 0 0.14
HSL 215.67º 0.97% 0.44% -
HSV(B) 215.67º 0.99% 0.86% -
XYZ 16.7 12.67 69.28 -
YUV 79.39 207.35 73.51 -
System Red Green Blue C M Y K H S L
Decimal 3 91 220 0.99 0.59 0 0.14 215.67 0.97 0.44
Hex 3 5B DC 63 3B 0 E D8 61 2C
Octal 3 133 334 143 73 0 16 330 141 54
Binary 11 1011011 11011100 1100011 111011 0 1110 11011000 1100001 101100

Color Harmonies of #035BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BDC

Black with #035BDC

Text Example


Text Example

White with #035BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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