Html Css Color HEX #035DFB Navy Blue

📋 copy color: '#035DFB'

red 3 ◦ green 93 ◦ blue 251

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

Shades of Navy Blue #035DFB

Tints of Navy Blue #035DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.33%

R = 0.86%
G = 26.8%
B = 72.33%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#035DFB (or 0x035DFB) is known color: Navy Blue. HEX triplet: 03, 5D and FB. RGB value is (3,93,251). Sum of RGB (Red+Green+Blue) = 3+93+251=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #035DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035DFB is #FCA204. Grayscale: #535353. Windows color (decimal): -16556549 or 16473347. OLE color: 16473347.

HSL color Cylindrical-coordinate representation of color #035DFB: hue angle of 218.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DFB is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 93 251 -
CMYK 0.99 0.63 0 0.02
HSL 218.23º 0.98% 0.5% -
HSV(B) 218.23º 0.99% 0.98% -
XYZ 21.36 14.81 93 -
YUV 84.1 222.18 70.15 -
System Red Green Blue C M Y K H S L
Decimal 3 93 251 0.99 0.63 0 0.02 218.23 0.98 0.5
Hex 3 5D FB 63 3F 0 2 DA 62 32
Octal 3 135 373 143 77 0 2 332 142 62
Binary 11 1011101 11111011 1100011 111111 0 10 11011010 1100010 110010

Color Harmonies of #035DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DFB

Black with #035DFB

Text Example


Text Example

White with #035DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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