Html Css Color HEX #035BFB Navy Blue

📋 copy color: '#035BFB'

red 3 ◦ green 91 ◦ blue 251

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

Shades of Navy Blue #035BFB

Tints of Navy Blue #035BFB

RGB

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

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

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

R = 0.87%
G = 26.38%
B = 72.75%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#035BFB (or 0x035BFB) is known color: Navy Blue. HEX triplet: 03, 5B and FB. RGB value is (3,91,251). Sum of RGB (Red+Green+Blue) = 3+91+251=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #035BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035BFB is #FCA404. Grayscale: #525252. Windows color (decimal): -16557061 or 16472835. OLE color: 16472835.

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

Color convert

RGB 3 91 251 -
CMYK 0.99 0.64 0 0.02
HSL 218.71º 0.98% 0.5% -
HSV(B) 218.71º 0.99% 0.98% -
XYZ 21.19 14.47 92.94 -
YUV 82.93 222.85 70.99 -
System Red Green Blue C M Y K H S L
Decimal 3 91 251 0.99 0.64 0 0.02 218.71 0.98 0.5
Hex 3 5B FB 63 40 0 2 DB 62 32
Octal 3 133 373 143 100 0 2 333 142 62
Binary 11 1011011 11111011 1100011 1000000 0 10 11011011 1100010 110010

Color Harmonies of #035BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BFB

Black with #035BFB

Text Example


Text Example

White with #035BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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