Html Css Color HEX #035BD0 Navy Blue

📋 copy color: '#035BD0'

red 3 ◦ green 91 ◦ blue 208

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

Shades of Navy Blue #035BD0

Tints of Navy Blue #035BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 68.87%

R = 0.99%
G = 30.13%
B = 68.87%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#035BD0 (or 0x035BD0) is known color: Navy Blue. HEX triplet: 03, 5B and D0. RGB value is (3,91,208). Sum of RGB (Red+Green+Blue) = 3+91+208=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 208 (81.64% from 255 or 68.87% from 302); Max value from RGB is 208 - color contains mainly: blue. Hex color #035BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BD0 is #FCA42F. Grayscale: #4D4D4D. Windows color (decimal): -16557104 or 13654787. OLE color: 13654787.

HSL color Cylindrical-coordinate representation of color #035BD0: hue angle of 214.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035BD0 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 91 208 -
CMYK 0.99 0.56 0 0.18
HSL 214.24º 0.97% 0.41% -
HSV(B) 214.24º 0.99% 0.82% -
XYZ 15.16 12.06 61.2 -
YUV 78.03 201.35 74.49 -
System Red Green Blue C M Y K H S L
Decimal 3 91 208 0.99 0.56 0 0.18 214.24 0.97 0.41
Hex 3 5B D0 63 38 0 12 D6 61 29
Octal 3 133 320 143 70 0 22 326 141 51
Binary 11 1011011 11010000 1100011 111000 0 10010 11010110 1100001 101001

Color Harmonies of #035BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BD0

Black with #035BD0

Text Example


Text Example

White with #035BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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