Html Css Color HEX #035FEB Navy Blue

📋 copy color: '#035FEB'

red 3 ◦ green 95 ◦ blue 235

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

Shades of Navy Blue #035FEB

Tints of Navy Blue #035FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

 BLUE value IS 235 (92.19% from 255) = 70.57%

R = 0.9%
G = 28.53%
B = 70.57%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#035FEB (or 0x035FEB) is known color: Navy Blue. HEX triplet: 03, 5F and EB. RGB value is (3,95,235). Sum of RGB (Red+Green+Blue) = 3+95+235=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #035FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035FEB is #FCA014. Grayscale: #525252. Windows color (decimal): -16556053 or 15425283. OLE color: 15425283.

HSL color Cylindrical-coordinate representation of color #035FEB: hue angle of 216.21º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035FEB is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 95 235 -
CMYK 0.99 0.60 0 0.08
HSL 216.21º 0.97% 0.47% -
HSV(B) 216.21º 0.99% 0.92% -
XYZ 19.13 14.2 80.33 -
YUV 83.45 213.52 70.62 -
System Red Green Blue C M Y K H S L
Decimal 3 95 235 0.99 0.60 0 0.08 216.21 0.97 0.47
Hex 3 5F EB 63 3C 0 8 D8 61 2F
Octal 3 137 353 143 74 0 10 330 141 57
Binary 11 1011111 11101011 1100011 111100 0 1000 11011000 1100001 101111

Color Harmonies of #035FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035FEB

Black with #035FEB

Text Example


Text Example

White with #035FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,95,235); }

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

background-color css

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

 a { background-color: rgb(3,95,235); }

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

border-color css

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

 span { border-color: rgb(3,95,235); }

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