Html Css Color HEX #035FFA Navy Blue

📋 copy color: '#035FFA'

red 3 ◦ green 95 ◦ blue 250

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

Shades of Navy Blue #035FFA

Tints of Navy Blue #035FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.84%

R = 0.86%
G = 27.3%
B = 71.84%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#035FFA (or 0x035FFA) is known color: Navy Blue. HEX triplet: 03, 5F and FA. RGB value is (3,95,250). Sum of RGB (Red+Green+Blue) = 3+95+250=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #035FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035FFA is #FCA005. Grayscale: #545454. Windows color (decimal): -16556038 or 16408323. OLE color: 16408323.

HSL color Cylindrical-coordinate representation of color #035FFA: hue angle of 217.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035FFA is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 95 250 -
CMYK 0.99 0.62 0 0.02
HSL 217.65º 0.98% 0.5% -
HSV(B) 217.65º 0.99% 0.98% -
XYZ 21.39 15.11 92.23 -
YUV 85.16 221.02 69.4 -
System Red Green Blue C M Y K H S L
Decimal 3 95 250 0.99 0.62 0 0.02 217.65 0.98 0.5
Hex 3 5F FA 63 3E 0 2 DA 62 32
Octal 3 137 372 143 76 0 2 332 142 62
Binary 11 1011111 11111010 1100011 111110 0 10 11011010 1100010 110010

Color Harmonies of #035FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035FFA

Black with #035FFA

Text Example


Text Example

White with #035FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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