Html Css Color HEX #035FEC Navy Blue

📋 copy color: '#035FEC'

red 3 ◦ green 95 ◦ blue 236

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

Shades of Navy Blue #035FEC

Tints of Navy Blue #035FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 70.66%

R = 0.9%
G = 28.44%
B = 70.66%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#035FEC (or 0x035FEC) is known color: Navy Blue. HEX triplet: 03, 5F and EC. RGB value is (3,95,236). Sum of RGB (Red+Green+Blue) = 3+95+236=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #035FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035FEC is #FCA013. Grayscale: #525252. Windows color (decimal): -16556052 or 15490819. OLE color: 15490819.

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

Color convert

RGB 3 95 236 -
CMYK 0.99 0.60 0 0.07
HSL 216.31º 0.97% 0.47% -
HSV(B) 216.31º 0.99% 0.93% -
XYZ 19.27 14.26 81.09 -
YUV 83.57 214.02 70.54 -
System Red Green Blue C M Y K H S L
Decimal 3 95 236 0.99 0.60 0 0.07 216.31 0.97 0.47
Hex 3 5F EC 63 3C 0 7 D8 61 2F
Octal 3 137 354 143 74 0 7 330 141 57
Binary 11 1011111 11101100 1100011 111100 0 111 11011000 1100001 101111

Color Harmonies of #035FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035FEC

Black with #035FEC

Text Example


Text Example

White with #035FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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