Html Css Color HEX #035FED Navy Blue

📋 copy color: '#035FED'

red 3 ◦ green 95 ◦ blue 237

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

Shades of Navy Blue #035FED

Tints of Navy Blue #035FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.75%

R = 0.9%
G = 28.36%
B = 70.75%

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

#035FED (or 0x035FED) is known color: Navy Blue. HEX triplet: 03, 5F and ED. RGB value is (3,95,237). Sum of RGB (Red+Green+Blue) = 3+95+237=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #035FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035FED is #FCA012. Grayscale: #535353. Windows color (decimal): -16556051 or 15556355. OLE color: 15556355.

HSL color Cylindrical-coordinate representation of color #035FED: hue angle of 216.41º degrees, saturation: 0.98, 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 #035FED is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 95 237 -
CMYK 0.99 0.60 0 0.07
HSL 216.41º 0.98% 0.47% -
HSV(B) 216.41º 0.99% 0.93% -
XYZ 19.42 14.32 81.86 -
YUV 83.68 214.52 70.45 -
System Red Green Blue C M Y K H S L
Decimal 3 95 237 0.99 0.60 0 0.07 216.41 0.98 0.47
Hex 3 5F ED 63 3C 0 7 D8 62 2F
Octal 3 137 355 143 74 0 7 330 142 57
Binary 11 1011111 11101101 1100011 111100 0 111 11011000 1100010 101111

Color Harmonies of #035FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035FED

Black with #035FED

Text Example


Text Example

White with #035FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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