Html Css Color HEX #0357FB Navy Blue

📋 copy color: '#0357FB'

red 3 ◦ green 87 ◦ blue 251

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

Shades of Navy Blue #0357FB

Tints of Navy Blue #0357FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 73.61%

R = 0.88%
G = 25.51%
B = 73.61%

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

#0357FB (or 0x0357FB) is known color: Navy Blue. HEX triplet: 03, 57 and FB. RGB value is (3,87,251). Sum of RGB (Red+Green+Blue) = 3+87+251=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #0357FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0357FB is #FCA804. Grayscale: #4F4F4F. Windows color (decimal): -16558085 or 16471811. OLE color: 16471811.

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

Color convert

RGB 3 87 251 -
CMYK 0.99 0.65 0 0.02
HSL 219.68º 0.98% 0.5% -
HSV(B) 219.68º 0.99% 0.98% -
XYZ 20.86 13.8 92.83 -
YUV 80.58 224.17 72.66 -
System Red Green Blue C M Y K H S L
Decimal 3 87 251 0.99 0.65 0 0.02 219.68 0.98 0.5
Hex 3 57 FB 63 41 0 2 DC 62 32
Octal 3 127 373 143 101 0 2 334 142 62
Binary 11 1010111 11111011 1100011 1000001 0 10 11011100 1100010 110010

Color Harmonies of #0357FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0357FB

Black with #0357FB

Text Example


Text Example

White with #0357FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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