Html Css Color HEX #035FEA Navy Blue

📋 copy color: '#035FEA'

red 3 ◦ green 95 ◦ blue 234

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

Shades of Navy Blue #035FEA

Tints of Navy Blue #035FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.48%

R = 0.9%
G = 28.61%
B = 70.48%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#035FEA (or 0x035FEA) is known color: Navy Blue. HEX triplet: 03, 5F and EA. RGB value is (3,95,234). Sum of RGB (Red+Green+Blue) = 3+95+234=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #035FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035FEA is #FCA015. Grayscale: #525252. Windows color (decimal): -16556054 or 15359747. OLE color: 15359747.

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

Color convert

RGB 3 95 234 -
CMYK 0.99 0.59 0 0.08
HSL 216.1º 0.97% 0.46% -
HSV(B) 216.1º 0.99% 0.92% -
XYZ 18.98 14.14 79.57 -
YUV 83.34 213.02 70.7 -
System Red Green Blue C M Y K H S L
Decimal 3 95 234 0.99 0.59 0 0.08 216.1 0.97 0.46
Hex 3 5F EA 63 3B 0 8 D8 61 2E
Octal 3 137 352 143 73 0 10 330 141 56
Binary 11 1011111 11101010 1100011 111011 0 1000 11011000 1100001 101110

Color Harmonies of #035FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035FEA

Black with #035FEA

Text Example


Text Example

White with #035FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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