Html Css Color HEX #035BF0 Navy Blue

📋 copy color: '#035BF0'

red 3 ◦ green 91 ◦ blue 240

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

Shades of Navy Blue #035BF0

Tints of Navy Blue #035BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 71.86%

R = 0.9%
G = 27.25%
B = 71.86%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#035BF0 (or 0x035BF0) is known color: Navy Blue. HEX triplet: 03, 5B and F0. RGB value is (3,91,240). Sum of RGB (Red+Green+Blue) = 3+91+240=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 240 (94.14% from 255 or 71.86% from 334); Max value from RGB is 240 - color contains mainly: blue. Hex color #035BF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035BF0 is #FCA40F. Grayscale: #505050. Windows color (decimal): -16557072 or 15751939. OLE color: 15751939.

HSL color Cylindrical-coordinate representation of color #035BF0: hue angle of 217.72º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035BF0 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 91 240 -
CMYK 0.99 0.62 0 0.06
HSL 217.72º 0.98% 0.48% -
HSV(B) 217.72º 0.99% 0.94% -
XYZ 19.51 13.79 84.07 -
YUV 81.67 217.35 71.88 -
System Red Green Blue C M Y K H S L
Decimal 3 91 240 0.99 0.62 0 0.06 217.72 0.98 0.48
Hex 3 5B F0 63 3E 0 6 DA 62 30
Octal 3 133 360 143 76 0 6 332 142 60
Binary 11 1011011 11110000 1100011 111110 0 110 11011010 1100010 110000

Color Harmonies of #035BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035BF0

Black with #035BF0

Text Example


Text Example

White with #035BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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