Html Css Color HEX #035FEF Navy Blue

📋 copy color: '#035FEF'

red 3 ◦ green 95 ◦ blue 239

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

Shades of Navy Blue #035FEF

Tints of Navy Blue #035FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.92%

R = 0.89%
G = 28.19%
B = 70.92%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#035FEF (or 0x035FEF) is known color: Navy Blue. HEX triplet: 03, 5F and EF. RGB value is (3,95,239). Sum of RGB (Red+Green+Blue) = 3+95+239=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #035FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035FEF is #FCA010. Grayscale: #535353. Windows color (decimal): -16556049 or 15687427. OLE color: 15687427.

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

Color convert

RGB 3 95 239 -
CMYK 0.99 0.60 0 0.06
HSL 216.61º 0.98% 0.47% -
HSV(B) 216.61º 0.99% 0.94% -
XYZ 19.71 14.44 83.41 -
YUV 83.91 215.52 70.29 -
System Red Green Blue C M Y K H S L
Decimal 3 95 239 0.99 0.60 0 0.06 216.61 0.98 0.47
Hex 3 5F EF 63 3C 0 6 D9 62 2F
Octal 3 137 357 143 74 0 6 331 142 57
Binary 11 1011111 11101111 1100011 111100 0 110 11011001 1100010 101111

Color Harmonies of #035FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035FEF

Black with #035FEF

Text Example


Text Example

White with #035FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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