Html Css Color HEX #0356FF Navy Blue

📋 copy color: '#0356FF'

red 3 ◦ green 86 ◦ blue 255

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

Shades of Navy Blue #0356FF

Tints of Navy Blue #0356FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25%

 BLUE value IS 255 (100% from 255) = 74.13%

R = 0.87%
G = 25%
B = 74.13%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0356FF (or 0x0356FF) is known color: Navy Blue. HEX triplet: 03, 56 and FF. RGB value is (3,86,255). Sum of RGB (Red+Green+Blue) = 3+86+255=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #0356FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0356FF is #FCA900. Grayscale: #4F4F4F. Windows color (decimal): -16558337 or 16733699. OLE color: 16733699.

HSL color Cylindrical-coordinate representation of color #0356FF: hue angle of 220.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0356FF is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 86 255 -
CMYK 0.99 0.66 0 0
HSL 220.24º 1% 0.51% -
HSV(B) 220.24º 0.99% 1% -
XYZ 21.42 13.89 96.16 -
YUV 80.45 226.5 72.76 -
System Red Green Blue C M Y K H S L
Decimal 3 86 255 0.99 0.66 0 0 220.24 1 0.51
Hex 3 56 FF 63 42 0 0 DC 64 33
Octal 3 126 377 143 102 0 0 334 144 63
Binary 11 1010110 11111111 1100011 1000010 0 0 11011100 1100100 110011

Color Harmonies of #0356FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0356FF

Black with #0356FF

Text Example


Text Example

White with #0356FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0356FF; }

 p { color: rgb(3,86,255); }

 H1.HeaderClassName
 {
   color: #0356FF;
 }
 .AnyTagClassName
 {
   color: #0356FF;
 }
</style>

background-color css

<style>
 a { background-color: #0356FF; }

 a { background-color: rgb(3,86,255); }

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

border-color css

<style>
 span { border-color: #0356FF; }

 span { border-color: rgb(3,86,255); }

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