Html Css Color HEX #035BDF Navy Blue

📋 copy color: '#035BDF'

red 3 ◦ green 91 ◦ blue 223

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

Shades of Navy Blue #035BDF

Tints of Navy Blue #035BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.35%

R = 0.95%
G = 28.71%
B = 70.35%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#035BDF (or 0x035BDF) is known color: Navy Blue. HEX triplet: 03, 5B and DF. RGB value is (3,91,223). Sum of RGB (Red+Green+Blue) = 3+91+223=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #035BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035BDF is #FCA420. Grayscale: #4F4F4F. Windows color (decimal): -16557089 or 14637827. OLE color: 14637827.

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

Color convert

RGB 3 91 223 -
CMYK 0.99 0.59 0 0.13
HSL 216º 0.97% 0.44% -
HSV(B) 216º 0.99% 0.87% -
XYZ 17.1 12.83 71.39 -
YUV 79.74 208.85 73.27 -
System Red Green Blue C M Y K H S L
Decimal 3 91 223 0.99 0.59 0 0.13 216 0.97 0.44
Hex 3 5B DF 63 3B 0 D D8 61 2C
Octal 3 133 337 143 73 0 15 330 141 54
Binary 11 1011011 11011111 1100011 111011 0 1101 11011000 1100001 101100

Color Harmonies of #035BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BDF

Black with #035BDF

Text Example


Text Example

White with #035BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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