Html Css Color HEX #035EF2 Navy Blue

📋 copy color: '#035EF2'

red 3 ◦ green 94 ◦ blue 242

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

Shades of Navy Blue #035EF2

Tints of Navy Blue #035EF2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.73%

 BLUE value IS 242 (94.92% from 255) = 71.39%

R = 0.88%
G = 27.73%
B = 71.39%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#035EF2 (or 0x035EF2) is known color: Navy Blue. HEX triplet: 03, 5E and F2. RGB value is (3,94,242). Sum of RGB (Red+Green+Blue) = 3+94+242=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #035EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EF2 is #FCA10D. Grayscale: #525252. Windows color (decimal): -16556302 or 15883779. OLE color: 15883779.

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

Color convert

RGB 3 94 242 -
CMYK 0.99 0.61 0 0.05
HSL 217.15º 0.98% 0.48% -
HSV(B) 217.15º 0.99% 0.95% -
XYZ 20.07 14.44 85.73 -
YUV 83.66 217.35 70.47 -
System Red Green Blue C M Y K H S L
Decimal 3 94 242 0.99 0.61 0 0.05 217.15 0.98 0.48
Hex 3 5E F2 63 3D 0 5 D9 62 30
Octal 3 136 362 143 75 0 5 331 142 60
Binary 11 1011110 11110010 1100011 111101 0 101 11011001 1100010 110000

Color Harmonies of #035EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035EF2

Black with #035EF2

Text Example


Text Example

White with #035EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,94,242); }

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

background-color css

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

 a { background-color: rgb(3,94,242); }

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

border-color css

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

 span { border-color: rgb(3,94,242); }

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