Html Css Color HEX #035FE0 Navy Blue

📋 copy color: '#035FE0'

red 3 ◦ green 95 ◦ blue 224

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

Shades of Navy Blue #035FE0

Tints of Navy Blue #035FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.57%

R = 0.93%
G = 29.5%
B = 69.57%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#035FE0 (or 0x035FE0) is known color: Navy Blue. HEX triplet: 03, 5F and E0. RGB value is (3,95,224). Sum of RGB (Red+Green+Blue) = 3+95+224=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 224 (87.89% from 255 or 69.57% from 322); Max value from RGB is 224 - color contains mainly: blue. Hex color #035FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FE0 is #FCA01F. Grayscale: #515151. Windows color (decimal): -16556064 or 14704387. OLE color: 14704387.

HSL color Cylindrical-coordinate representation of color #035FE0: hue angle of 215.02º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035FE0 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 95 224 -
CMYK 0.99 0.58 0 0.12
HSL 215.02º 0.97% 0.45% -
HSV(B) 215.02º 0.99% 0.88% -
XYZ 17.58 13.59 72.22 -
YUV 82.2 208.02 71.51 -
System Red Green Blue C M Y K H S L
Decimal 3 95 224 0.99 0.58 0 0.12 215.02 0.97 0.45
Hex 3 5F E0 63 3A 0 C D7 61 2D
Octal 3 137 340 143 72 0 14 327 141 55
Binary 11 1011111 11100000 1100011 111010 0 1100 11010111 1100001 101101

Color Harmonies of #035FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035FE0

Black with #035FE0

Text Example


Text Example

White with #035FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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