Html Css Color HEX #035AF2 Navy Blue

📋 copy color: '#035AF2'

red 3 ◦ green 90 ◦ blue 242

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

Shades of Navy Blue #035AF2

Tints of Navy Blue #035AF2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

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

R = 0.9%
G = 26.87%
B = 72.24%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#035AF2 (or 0x035AF2) is known color: Navy Blue. HEX triplet: 03, 5A and F2. RGB value is (3,90,242). Sum of RGB (Red+Green+Blue) = 3+90+242=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 242 (94.92% from 255 or 72.24% from 335); Max value from RGB is 242 - color contains mainly: blue. Hex color #035AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035AF2 is #FCA50D. Grayscale: #505050. Windows color (decimal): -16557326 or 15882755. OLE color: 15882755.

HSL color Cylindrical-coordinate representation of color #035AF2: hue angle of 218.16º 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 #035AF2 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 90 242 -
CMYK 0.99 0.63 0 0.05
HSL 218.16º 0.98% 0.48% -
HSV(B) 218.16º 0.99% 0.95% -
XYZ 19.72 13.74 85.62 -
YUV 81.32 218.68 72.14 -
System Red Green Blue C M Y K H S L
Decimal 3 90 242 0.99 0.63 0 0.05 218.16 0.98 0.48
Hex 3 5A F2 63 3F 0 5 DA 62 30
Octal 3 132 362 143 77 0 5 332 142 60
Binary 11 1011010 11110010 1100011 111111 0 101 11011010 1100010 110000

Color Harmonies of #035AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035AF2

Black with #035AF2

Text Example


Text Example

White with #035AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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