Html Css Color HEX #0357FA Navy Blue

📋 copy color: '#0357FA'

red 3 ◦ green 87 ◦ blue 250

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

Shades of Navy Blue #0357FA

Tints of Navy Blue #0357FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.59%

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

R = 0.88%
G = 25.59%
B = 73.53%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0357FA (or 0x0357FA) is known color: Navy Blue. HEX triplet: 03, 57 and FA. RGB value is (3,87,250). Sum of RGB (Red+Green+Blue) = 3+87+250=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #0357FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0357FA is #FCA805. Grayscale: #4F4F4F. Windows color (decimal): -16558086 or 16406275. OLE color: 16406275.

HSL color Cylindrical-coordinate representation of color #0357FA: hue angle of 219.6º 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 #0357FA is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 87 250 -
CMYK 0.99 0.65 0 0.02
HSL 219.6º 0.98% 0.5% -
HSV(B) 219.6º 0.99% 0.98% -
XYZ 20.7 13.74 92 -
YUV 80.47 223.67 72.75 -
System Red Green Blue C M Y K H S L
Decimal 3 87 250 0.99 0.65 0 0.02 219.6 0.98 0.5
Hex 3 57 FA 63 41 0 2 DC 62 32
Octal 3 127 372 143 101 0 2 334 142 62
Binary 11 1010111 11111010 1100011 1000001 0 10 11011100 1100010 110010

Color Harmonies of #0357FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0357FA

Black with #0357FA

Text Example


Text Example

White with #0357FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0357FA; }

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

 H1.HeaderClassName
 {
   color: #0357FA;
 }
 .AnyTagClassName
 {
   color: #0357FA;
 }
</style>

background-color css

<style>
 a { background-color: #0357FA; }

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

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

border-color css

<style>
 span { border-color: #0357FA; }

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

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