Html Css Color HEX #035AF3 Navy Blue

📋 copy color: '#035AF3'

red 3 ◦ green 90 ◦ blue 243

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

Shades of Navy Blue #035AF3

Tints of Navy Blue #035AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 72.32%

R = 0.89%
G = 26.79%
B = 72.32%

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

#035AF3 (or 0x035AF3) is known color: Navy Blue. HEX triplet: 03, 5A and F3. RGB value is (3,90,243). Sum of RGB (Red+Green+Blue) = 3+90+243=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 243 (95.31% from 255 or 72.32% from 336); Max value from RGB is 243 - color contains mainly: blue. Hex color #035AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035AF3 is #FCA50C. Grayscale: #505050. Windows color (decimal): -16557325 or 15948291. OLE color: 15948291.

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

Color convert

RGB 3 90 243 -
CMYK 0.99 0.63 0 0.05
HSL 218.25º 0.98% 0.48% -
HSV(B) 218.25º 0.99% 0.95% -
XYZ 19.87 13.8 86.41 -
YUV 81.43 219.18 72.06 -
System Red Green Blue C M Y K H S L
Decimal 3 90 243 0.99 0.63 0 0.05 218.25 0.98 0.48
Hex 3 5A F3 63 3F 0 5 DA 62 30
Octal 3 132 363 143 77 0 5 332 142 60
Binary 11 1011010 11110011 1100011 111111 0 101 11011010 1100010 110000

Color Harmonies of #035AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035AF3

Black with #035AF3

Text Example


Text Example

White with #035AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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